FlipFilter
The FlipFilter does simple reflections and rotations of an image. You can rotate the image by 90, 180 or 270 degrees, flip it horizontally, vertically or about its leading diagonal. This can be useful for producing tiled patterns or variants of game sprites.
FlipFilter, 180° rotation
Parameters:
- int Operation - One of FLIP_H, FLIP_V, FLIP_HV, FLIP_90CW, FLIP_90CCW, FLIP_180