1.1.0 • Published 8 years ago

ndpixels-convert v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

ndpixels-convert

convert ndpixels between color spaces.

unstable

install

with npm, do:

npm i --save ndpixels-convert

usage

var ndarray = require('ndarray')
var convert = require('ndpixels-convert');
var hslToRgb = convert('hsl', 'rgb')

var hsl = Ndarray([0, 100, 100], [1, 3])
var rgb = Ndarray([255, 0, 0], [1, 3])
t.deepEqual(hslToRgb(hsl).data, rgb.data)

check out tests

license

ISC

1.1.0

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago