FromSingleValueRgb

ArgbColor.FromSingleValueRgb method

Creates a fully opaque (A=255) color from single value, which will be applied to all channels

public static ArgbColor FromSingleValueRgb(byte value)
Parameter Type Description
value Byte A byte value, same for Red, Green, and Blue channels

Return Value

New ArgbColor instance

See Also