format
typescript
Color.Add(rhs)class: Color
description
Adds the specified color to the current color and returns a new color.
This method calculates the value for each color channel and does not modify the current color object.
parameter
| param_name | type | description |
|---|---|---|
| rhs | Color | The color to add. |
reture
| type | description |
|---|---|
Color | A new color object. |
