Color Constructor |
Name | Description | |
---|---|---|
Color(Int32) |
Initializes a new instance of the Color struct.
| |
Color(UInt32) |
Initializes a new instance of the Color struct.
| |
Color(Byte, Byte, Byte) |
Initializes a new instance of the Color struct.
| |
Color(Int32, Int32, Int32) |
Initializes a new instance of the Color struct.
| |
Color(Single, Single, Single) |
Initializes a new instance of the Color struct.
| |
Color(Byte, Byte, Byte, Byte) |
Initializes a new instance of the Color struct.
| |
Color(Byte, Byte, Byte, Single) |
Initializes a new instance of the Color struct.
| |
Color(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Color struct.
| |
Color(Single, Single, Single, Single) |
Initializes a new instance of the Color struct.
|