color-helpers
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Build Status

Color Utils

Tiny helper library for color operations or conversions.

Installation

npm install color-helpers

Or if you are using yarn:

yarn add color-helpers

API

The following conversions are supported:

  • rgbhex
  • hsvhsl
  • hsvrgb
  • hslrgb

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

Readme

Keywords

none

Package Sidebar

Install

npm i color-helpers

Weekly Downloads

630

Version

2.0.1

License

MIT

Unpacked Size

59.8 kB

Total Files

24

Last publish

Collaborators

  • marvinhagemeister