-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Perhaps an ability to use blending modes? Usage could be something like:
var color1 = Spectra(...);
var color2 = Spectra(...);
var blended = color1.blend(color2, mode);Where mode is the name of the blend mode as a string.
Reactions are currently unavailable