FromRgb

Argb32Color.FromRgb method

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

public static Argb32Color 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 Argb32Color value

See Also