Layer.flipLR

Function/Meaning
Horizontal flip
Type
Method of Layer class
Syntax
flipLR()
Arguments
None
Return Value
None (void)
Description
Flips the image horizontally.
This method is not affected by the drawing clip rectangle set by methods such as Layer.setClip (the entire layer image is always flipped).
Additionally, it is not affected by the Layer.face property or the Layer.holdAlpha property.