Graphics2D icon indicating copy to clipboard operation
Graphics2D copied to clipboard

Gradients with other color spaces

Open keyten opened this issue 8 years ago • 0 comments

For example, a gradient using Lab:

var grad = ctx.gradient('linear:lab', ['red', 'green'], 'top', 'bottom');

keyten avatar Sep 19 '17 18:09 keyten