|
Unravel Engine C# Reference
|
This is the complete list of members for Color, including all inherited members.
| a | Color | |
| b | Color | |
| black | Color | static |
| blue | Color | static |
| clear | Color | static |
| Color(float r, float g, float b, float a) | Color | |
| Color(float r, float g, float b) | Color | |
| cyan | Color | static |
| Equals(object other) | Color | |
| Equals(Color other) | Color | |
| g | Color | |
| GetHashCode() | Color | |
| gray | Color | static |
| grayscale | Color | |
| green | Color | static |
| grey | Color | static |
| HSVToRGB(float H, float S, float V) | Color | static |
| HSVToRGB(float H, float S, float V, bool hdr) | Color | static |
| Lerp(Color a, Color b, float t) | Color | static |
| LerpUnclamped(Color a, Color b, float t) | Color | static |
| magenta | Color | static |
| maxColorComponent | Color | |
| operator Color(Vector4 v) | Color | static |
| operator Vector4(Color c) | Color | static |
| operator!=(Color lhs, Color rhs) | Color | static |
| operator*(Color a, Color b) | Color | static |
| operator*(Color a, float b) | Color | static |
| operator*(float b, Color a) | Color | static |
| operator+(Color a, Color b) | Color | static |
| operator-(Color a, Color b) | Color | static |
| operator/(Color a, float b) | Color | static |
| operator==(Color lhs, Color rhs) | Color | static |
| r | Color | |
| red | Color | static |
| RGBToHSV(Color rgbColor, out float H, out float S, out float V) | Color | static |
| this[int index] | Color | |
| ToString() | Color | |
| ToString(string format) | Color | |
| ToString(string format, IFormatProvider formatProvider) | Color | |
| white | Color | static |
| yellow | Color | static |