Color.operator +static operator + (a : Color, b : Color) : ColorDescriptionAdds two colors together. Each component is added separately.
JavaScript
// blue + red = magenta using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Color | ||||
Color.operator +static operator + (a : Color, b : Color) : ColorDescriptionAdds two colors together. Each component is added separately.
JavaScript
// blue + red = magenta using UnityEngine; import UnityEngine |