Color Operators and Type Conversions |
The Color type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| (Color to Vector3) | ||
| (Int32 to Color) |
Cast an integer to a Color.
| |
| (UInt32 to Color) |
Cast an unsigned integer to a Color.
| |
| (Color to Int32) |
Cast a Color to an integer.
| |
| Inequality |
Implements the operator !=.
| |
| Multiply |
Implements the operator *.
|