Skip to content

Repository files navigation


Omega / Color

Various color conversions.


Badge Stars


Hex RGB(A)

consthex='#0000FF'// Blueconstrgb=hexToRGB(hex)console.debug(rgb)// [ 0 , 0 , 255 ]

HSL(A)

consthsl=[0,100,50]// Redconstrgb=hslToRGB(hsl)console.debug(rgb)// [ 255 , 0 , 0 ]

CMYK(A)

constcmyka=[100,0,100,0]// Greenconstrgb=cmykToRGB(cmyka)console.debug(rgb)// [ 120 , 100 , 50 ]

About

Small color conversion module.

Topics

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages