FromRgb

Rgb24Color.FromRgb method

Creates one Rgb24Color value from specified Red, Green, Blue channels

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

See Also