Color Constructor |
Name | Description | |
---|---|---|
Color(Int32) |
Constructs a color from a 32-bit integer in RGBA format
(each byte represents a color channel).
| |
Color(Int64) |
Constructs a color from a 64-bit integer in RGBA format
(each word represents a color channel).
| |
Color(String) |
Constructs a color from the HTML hexadecimal color string in RGBA format.
| |
Color(Color, Single) |
Constructs a color from an existing color and an alpha value.
| |
Color(Single, Single, Single, Single) |
Constructs a color from RGBA values, typically on the range of 0 to 1.
|