Layer.flipLR

Function/Meaning

Flip horizontal

Type
Layerclassmethod of
Syntax
flipLR()
Arguments
Return value
None (void)
Explanation

Flip the image horizontally.
This method is not affected by the drawing clip rectangle, such as by the Layer.setClip method (always inverts the entire layer image).
It is also unaffected by the Layer.face and Layer.holdAlpha properties.