Open benjamminf opened 10 years ago
Looks good - do you want to implement these?
Now that I think about it, it might make more sense to specify each blend mode as it's own method.
color.dissolve(...);
color.multiply(...);
color.screen(...);
...
But I'll give it a shot.
That sounds good. These are kind of like variations on mix
so they really should be different functions.
Yeah exactly what I was thinking.
Perhaps an ability to use blending modes? Usage could be something like:
Where
mode
is the name of the blend mode as a string.