color-helpers
v2.0.1
Published
Tiny helper library for color operations or conversions
Readme
Color Utils
Tiny helper library for color operations or conversions.
Installation
npm install color-helpersOr if you are using yarn:
yarn add color-helpersAPI
The following conversions are supported:
rgb⟷hexhsv⟷hslhsv⟷rgbhsl⟷rgb
shade(color, percentage)
Darken or lighten a color. Color can either be a hex string or an array containing the rgb value.
The percentage range is -1 - +1. Use positive numbers to lighten the color and negative
values to darken it.
blend(color1, color2, percentage)
Mix two colors together. Percentage range is from 0 - 1.
LICENSE
MIT, see LICENSE.md
