Skip to content
/ Color Public

🐨 A very simple color tool for adjusting hue, saturation, lightning and alpha of a given RGB color.

License

Notifications You must be signed in to change notification settings

kekscom/Color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qolor

A very basic color tool for adjusting hue, saturation, lightness and alpha of a given RGB 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.

About

🐨 A very simple color tool for adjusting hue, saturation, lightning and alpha of a given RGB color.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published