new Pixelate()

Description

The Action class of the pixelate Builder

Details

Visit Effect for an example

Methods


region( pixelateRegion )

Description

Specifies the region to piexlate.

Parameters
Name Type Description
pixelateRegion NamedRegion

getActionTag() → {string}

Description

Returns the custom name tag that was given to this action

Returns

setActionTag() → {this}

Description

Sets the custom name tag for this action

Returns

toString() → {string}

Description

Calls toString() on all child qualifiers (implicitly by using .join()).

Returns
Details

addQualifier( qualifier ) → {this}

Description

Adds the parameter to the action.

Parameters
Name Type Description
qualifier SDK.Qualifier
Returns

addFlag( flag ) → {this}

Description

Adds a flag to the current action.

Parameters
Name Type Description
flag Qualifiers.Flag
Returns
Details

squareSize( squareSize )

Description

Sets the squareSize of the pixelate effect.

Parameters
Name Type Description
squareSize number | string