FromRgba

ArgbColor.FromRgba method

Creates one ArgbColor value from specified Red, Green, Blue, and Alpha channels

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

Return Value

New ArgbColor value

See Also