0.2.0 • Published 11 years ago

lut v0.2.0

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

lut

Lookup Table

Renders RGB lookup tables to a canvas element.

Installation

npm install lut

Usage

lut(red, green, blue, canvas)

var lut = require('lut')
  , canvas = document.createElement('canvas')

// Defaults to 32x32x32, creating a new canvas element:
document.body.appendChild(lut())

// But you can render on top of an existing canvas,
// and specify the resolution (number of shades) for
// each colour too:
document.body.appendChild(canvas)
lut(64, 8, 128, canvas)
0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago