Color.-
static Color -(Color a, Color b)
This will subtract color b
component-wise from color
a
, including alpha. Best done on colors in linear space. No
clamping is applied.
Color a | The first color. |
Color b | The second color. |
RETURNS: Color | A color where b has been subtracted from a. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!