Skip to content

format

typescript
Color.SubAssign(rhs)

class: Color

description

Subtracts the specified color from the current color.

This method directly modifies the current color object.

parameter

param_nametypedescription
rhsColorThe color to subtract.

reture

typedescription
void

code example