Color.Multiply Method
.NET Framework 4
Multiplies the alpha, red, blue, and green channels of the specified Color structure by the specified value.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- color
- Type: System.Windows.Media.Color
The Color to be multiplied.
- coefficient
- Type: System.Single
The value to multiply by.
Return Value
Type: System.Windows.Media.ColorA new Color structure whose color values are the results of the multiplication operation.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.