Color.Add Method
Adds two Color structures.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- color1
- Type: System.Windows.Media.Color
The first Color structure to add.
- color2
- Type: System.Windows.Media.Color
The second Color structure to add.
Return Value
Type: System.Windows.Media.ColorA new Color structure whose color values are the results of the addition operation.
Color structures are added together by adding the alpha, red, green, and blue channels of the first color to the alpha, red, green, and blue channels of the second color. For example, the alpha channel of color1 and the alpha channel of color2 are added together to produce the alpha channel of the resulting color. The same is done with the red, green, and blue channels to produce the red, green, and blue channels of the new color.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.