new ShearAction()

Description

Skews the image according to the two specified values in degrees.

Details

Visit Reshape for examples

Methods


skewX( x )

Parameters
Name Type Description
x number

Skews the image according to the two specified values in degrees. (X and Y)


skewY( y )

Parameters
Name Type Description
y number

Skews the image according to the two specified values in degrees. (X and Y)


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