This documentation is for the old version. Go to the latest Graphics Mill docs

Color.FromArgb32 Method

Returns RgbColor class instance.

Overload List

Name Description
Public method Static member FromArgb32(Int32)

Returns RgbColor class instance constructed from numeric 32-bit representation of RGB value with alpha channel.

Public method Static member FromArgb32(Int32, Int32, Int32, Int32)

Returns RgbColor class instance constructed from all 4 channels (alpha, red, green, and blue).

See Also

Reference