Color.Multiply Method
.NET Framework 3.5
Multiplies the alpha, red, blue, and green channels of the specified Color structure by the specified value.
Assembly: PresentationCore (in PresentationCore.dll)
You cannot use methods in XAML.
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.