Skip to content

tmcw-up-for-adoption/canvas-colorize-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Canvas colorize-alpha

Turns the alpha channel of images into hue, using basic linear interpolation between color stops.

api

colorizeAlpha(
    // a canvas element with things drawn on it
    canvas,
    // a list of steps, assumed to be equidistant,
    // start at 0% and end at 100%, in [r, g, b] form.
    [[255, 0, 0], [255, 255, 0], [0, 255, 0], [0, 255, 255]]);

Releases

No releases published

Packages

No packages published