0.0.1 • Published 12 years ago

color-component v0.0.1

Weekly downloads
5
License
-
Repository
-
Last release
12 years ago

color

RGBA / HSLA color manipulation

Installation

$ component install component/color

API

.rgba(r, g, b, a)

Return an RGBA object.

.hsla(h, s, l, a)

Return an HSLA object.

.RGBA(r, g, b, a)

The RGBA constructor.

.HSLA(h, s, l, a)

The HSLA constructor.

RGBA#toRGBA()

Returns itself.

HSLA#toRGBA()

Return the RGBA representation.

RGBA#toHSLA()

Return the HSLA representation.

HSLA#toHSLA()

Returns itself.

RGBA#toString()

Return the string representation, for example "#f00", or "rgba(255,0,0,.5)".

HSLA#toString()

Return the string representation, for example "hsla(0,100,50,1)".

License

MIT