Flop
Function
This flops the image left and right. Unlike Flip,
this will not buffer the image into memory. You can also use Scale
or Move2D to invert the
image by using a xScale of -1.
Synopsis
image Flop( image );
Script
image = Flop ( image );
Command Line
shake -flop
See Also
Flip, Scale
|