ColorFromArgb Method

Overload List
  Name Description
Public methodStatic member FromArgb(Int32)
Creates a Color from a 32-bit ARGB value.
Public methodStatic member FromArgb(Byte, Byte, Byte)
Creates a Color from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (fully opaque).
Public methodStatic member FromArgb(Byte, Byte, Byte, Byte)
Creates a Color from the specified 8-bit RGB color values (alpha, red, green, and blue).
Top
See Also