Package Exports
- lumino
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lumino) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Lumino
Still WIP
A simple library for handling conversion of color models and generating different color harmonies.
Implemented
Conversion
- RGBA to RGB
- HEX to RGB
- HEX to RGBA
Harmony Generation
N/A
TODO
Conversion
- HSL to RGB
- HSL to RGBA
- HWB to RGB
- HWB to RGBA
- CMYK to RGB
- CMYK to RGBA
- NCOL to RGB
- NCOL to RGBA
- RGBA to HEX
- RGBA to HSL
- RGBA to HWB
- RGBA to CMYK
- RGBA to NCOL
Harmony Generation
- Complementary
- Monochromatic
- Analogous
- Split complementary
- Triadic
- Tetradic