Color.FromRgb Method
Creates a new Color structure by using the specified sRGB color channel values.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- r
- Type: System.Byte
The sRGB red channel, R, of the new color.
- g
- Type: System.Byte
The sRGB green channel, G, of the new color.
- b
- Type: System.Byte
The sRGB blue channel, B, of the new color.
Return Value
Type: System.Windows.Media.ColorA Color structure with the specified values and an alpha channel value of 1.
The FromArgb method allows you to specify the alpha channel; the FromRgb method uses a default value of 1 for the alpha channel.
The alpha channel of a color determines the amount of transparency of the color. An alpha value of 1 indicates that the color is completely opaque, and a value of 0 indicates that the color is completely transparent.
The sRGB channels (A, R, G, B) and the ScRGB channels (ScA, ScR, ScG, ScB) of the Color structure are synchronized properties. For example, when R, the sRGB red channel, is modified the ScRGB red channel, ScR, is transformed to the equivalent value.
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.
