Defines | |
#define | FE2_FILTER_MIRROR |
Filter name for use with Flix2_AddFilter(). | |
#define | FE2_MIRROR_HORIZONTAL |
Specifies horizontal disposition. | |
#define | FE2_MIRROR_VERTICAL |
Specifies vertical disposition. |
The mirror filter mirrors (flips) the source along the horizontal axis, vertical axis or both.
Filter Parameters:
Name | Type | Opt/Reqd | Range ============================================================================== FE2_MIRROR_HORIZONTAL | Numeric | Optional | {on2false,on2true} FE2_MIRROR_VERTICAL | Numeric | Optional | {on2false,on2true}
Example Usage:
sc = Flix2_AddFilter(&filter, flix, FE2_FILTER_MIRROR); // flip the image horizontally if(sc == ON2_OK) sc = Flix2_FilterSetParam(filter, FE2_MIRROR_HORIZONTAL, on2true);
#define FE2_FILTER_MIRROR |
Filter name for use with Flix2_AddFilter().
#define FE2_MIRROR_HORIZONTAL |