ColorFromArgb Method |
| Name | Description | |
|---|---|---|
| FromArgb(Int32) |
Creates a Color from a 32-bit ARGB
value.
|
|
| 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).
|
|
| FromArgb(Byte, Byte, Byte, Byte) |
Creates a Color from the specified 8-bit RGB
color values (alpha, red, green, and blue).
|