qolor

2.3.5 • Public • Published

Qolor

A very basic color tool for adjusting hue, saturation, lightness and alpha of a given RGB(A) color.

Documentation is outdated!

Usage:

var col = new Qolor('#ffcc00');
col.H = 120; // hue, 0..360
col.S = 0.5; // saturation, 0..1
col.L = 0.5; // lightness, 0..1
col.A = 0.5; // alpha, 0..1

Parameter for new Qolor(...) can be in any of these:

  • #0099ffAA
  • #09fA
  • #0099ff
  • #09f
  • rgb(64, 128, 255)
  • rgba(64, 128, 255, 0.5)

Note: if you pass hex values to it, toString() will return hex values too. If you do rgba(), it'll return rgba() accordingly.

Readme

Keywords

none

Package Sidebar

Install

npm i qolor

Weekly Downloads

91

Version

2.3.5

License

none

Unpacked Size

23.6 kB

Total Files

7

Last publish

Collaborators

  • kekscom