Strutture
Color
Un colore composto dalle componenti (R, G, B, A) con precisione in virgola mobile.
Mostra l'originale in inglese
A color composed of components (R, G, B, A) with floating point precision.
34 propri
Costruttori 1
Proprietà 19
Funzioni statiche 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
Funzioni 1
Operatori 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