Skip to content

format

typescript
Color.AddAssign(rhs)

class: Color

description

Adds the specified color to the current color.

This method directly modifies the current color object.

parameter

param_nametypedescription
rhsColorThe color to be added.

reture

typedescription
void

code example