operator + ( other )
operator
Add another Color to this one. This does not alter either Color, but returns a new one.
Arguments
| Name | Type | Description |
|---|---|---|
| other | Color | The Color to add to this one |
Returns
| Type | Description |
|---|---|
| Color | A new Color with the sum of the values of the two Colors |
