format
typescript
Color.MulAssign(rhs)class: Color
description
Multiply each color channel of the current color by a specified value.
This method directly modifies the current color object.
parameter
| param_name | type | description |
|---|---|---|
| rhs | number | The value to multiply by. |
reture
| type | description |
|---|---|
void |
