1.1.2 • Published 5 years ago

colorscaleramp v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

colorRamp

Create a ramp of lightness and saturation from a single color Recreates the css color non-seperable blending modes in a js only solution.

Ramp can be altered throguh the genRamp function. This is where the constant for the grayscale the ramp is based on and the saturation values are held. The values are returned in an array called colorRamp

-- to use -- var colorscaleramp = require('colorscaleramp');

var colors = colorscaleramp.genRamp('#7986cb'); console.log(colors);

Delete test to instantly save on precious bits!

1.1.2

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago