new ColorizeEffectAction()

Description

Applies a colorizing filter to the asset, use the methods in the class to adjust the filter

Details

EffectActionWithLevel

Visit Effect for an example

Methods


color( color ) → {this}

Description

The color to use for colorization. Specify HTML name or RGB hex code. (Server default: gray)

Parameters
Name Type Description
color string

HTML name(red, green, etc.) or RGB hex code. (Server default: gray)

Returns