Color.+

static Color +(Color a, Color b)

This will add a color component-wise with another color, 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 An added color.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!