Class GLColor
Supports utility methods for working with colors.
[Version(2, 1, 0)]
public static class GLColor
- Inheritance
-
GLColor
- Inherited Members
Methods
- Parse(string)
Parses a Color from a string.
- ParseHex(string)
Parses a Color from a hexadecimal string.
- TryParse(string, out Color)
Tries to parse a Color from a string.
- TryParseHex(string, out Color)
Tries to parse a Color from a hexadecimal string.