addColors

fun addColors(color1: Color, color2: Color): Color

Adds the RGB values of color1 and color2 and stores the result here.

Return

A reference to this color.