Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.color

Represents a color in RGBA space.

Represents a color in RGBA space.
raw docstring

alphacljs

(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`
sourceraw docstring

bluecljs

(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`
sourceraw docstring

greencljs

(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`
sourceraw docstring

redcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close