Click here to Skip to main content
15,896,201 members
Articles / Programming Languages / C#

Transparency Tutorial with C# - Part 3

Rate me:
Please Sign up or sign in to vote.
4.90/5 (98 votes)
23 Mar 2004CPOL7 min read 460K   45.3K   340  
An article on Compositing, ColorMatrix, and ImageAttributes
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerPixelAlphaBlend", "PerPixelAlphaBlend.csproj", "{6B01E243-F0CF-4EF3-BF36-FA07B6FFC60E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerPixelAlphaBlendTest", "PerPixelAlphaBlendTest.csproj", "{EFE2B316-8303-48C6-802F-2BDA793F56A7}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{6B01E243-F0CF-4EF3-BF36-FA07B6FFC60E}.Debug.ActiveCfg = Debug|.NET
		{6B01E243-F0CF-4EF3-BF36-FA07B6FFC60E}.Debug.Build.0 = Debug|.NET
		{6B01E243-F0CF-4EF3-BF36-FA07B6FFC60E}.Release.ActiveCfg = Release|.NET
		{6B01E243-F0CF-4EF3-BF36-FA07B6FFC60E}.Release.Build.0 = Release|.NET
		{EFE2B316-8303-48C6-802F-2BDA793F56A7}.Debug.ActiveCfg = Debug|.NET
		{EFE2B316-8303-48C6-802F-2BDA793F56A7}.Debug.Build.0 = Debug|.NET
		{EFE2B316-8303-48C6-802F-2BDA793F56A7}.Release.ActiveCfg = Release|.NET
		{EFE2B316-8303-48C6-802F-2BDA793F56A7}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer Smiley Micros
United States United States
www.smileymicros.com

Comments and Discussions