Structs
Color
A color composed of components (R, G, B, A) with floating point precision.
34 own
Constructors 1
Properties 19
Static functions 7
- FromCYMK Returns a color from the CYMK format
- FromHEX Returns a color from the Hexadecimal format
- FromHSL Returns a color from the HSL format
- FromHSV Returns a color from the HSV format
- FromRGBA Returns the color from 0-255 range values
- Random Returns a random color from all color scope
- RandomPalette Returns a random color from Color Palette
Functions 1
Operators 6
- - Subtracts two Colors or a number from each component
- * Multiplies two Colors or a number into each component
- / Divides two Colors or a number from each component
- + Adds two Colors or a number into each component
- == Checks if two Colors have the same values
- tostring Gets a string representation of this struct