FromRgb

ArgbColor.FromRgb method

Creates one ArgbColor value from specified Red, Green, Blue channels, while Alpha channel is fully opaque

public static ArgbColor FromRgb(byte red, byte green, byte blue)
Parameter Type Description
red Byte Red channel value
green Byte Green channel value
blue Byte Blue channel value

Return Value

New ArgbColor value

See Also