Represents a color in RGBA space.
Represents a color in RGBA space.
(alpha color)
The alpha component of this color in the range [0-1].
Returns: number
The alpha component of this color in the range [0-1]. **Returns:** `number`
(blue color)
The blue component of this color in the range [0-1].
Returns: number
The blue component of this color in the range [0-1]. **Returns:** `number`
(green color)
The green component of this color in the range [0-1].
Returns: number
The green component of this color in the range [0-1]. **Returns:** `number`
(red color)
The red component of this color in the range [0-1].
Returns: number
The red component of this color in the range [0-1]. **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close