Private
constructorReadonly
alphaReadonly
blueReadonly
greenReadonly
redStatic
Readonly
BLACKStatic
Readonly
WHITEStatic
hslaGenerate a color by hue, saturation, lightness components, whith the hue component is between 0 and 360, and the saturation and lightness components are between 0 and 100.
The HUE component. (0~360)
The SATURATION component. (0~100)
The LIGHTNESS component. (0~100)
Optional
alpha: numberThe ALPHA component. (0.~1.)
The color.
Static
hslaStatic
parseStatic
rgbaGenerate a color by red, green, blue, alpha components, whith color components are between 0 and 255, and the transparent component is between 0 and 1.
The RED component. (0~255)
The GREEN component. (0~255)
The RED component. (0~255)
Optional
alpha: numberThe ALPHA component. (0.~1.)
The color.
Static
rgbaGenerate a color by red, green and blue components, whith all the components are between 0 and 1.
The RED component. (0.~1.)
The GREEN component. (0.~1.)
The RED component. (0.~1.)
Optional
alpha: numberThe ALPHA component. (0.~1.)
The color.
Get the string for this color in RGBA Hex format.