Reference module(s): Overlay (Watermark). More...
Go to the source code of this file.
Defines | |
#define | FE2_FILTER_OVERLAY |
Filter name for use with Flix2_AddFilter(). | |
#define | FE2_OVERLAY_FILE |
Set the path to the overlay image file. | |
#define | FE2_OVERLAY_MASK_XY |
Use the pixel at coordinates (FE2_OVERLAY_MASK_X,FE2_OVERLAY_MASK_Y) to determine the transparent color. | |
#define | FE2_OVERLAY_MASK_X |
X coordinate of pixel to use for transparency. | |
#define | FE2_OVERLAY_MASK_Y |
Y coordinate of pixel to use for transparency. | |
#define | FE2_OVERLAY_MASK_RGB |
Use the RGB value (FE2_OVERLAY_MASK_R, FE2_OVERLAY_MASK_G, FE2_OVERLAY_MASK_B) as the transparency color. | |
#define | FE2_OVERLAY_MASK_R |
Red component of the transparency color. | |
#define | FE2_OVERLAY_MASK_G |
Green component of the transparency color. | |
#define | FE2_OVERLAY_MASK_B |
Blue component of the transparency color. | |
#define | FE2_OVERLAY_POS |
Set the overlay position. Valid modes are defined by FE2_OverlayPositionMode. | |
#define | FE2_OVERLAY_POS_X |
X coordinate of overlay top left on video. | |
#define | FE2_OVERLAY_POS_Y |
Y coordinate of overlay top left on video. | |
Enumerations | |
enum | FE2_OverlayPositionMode { FE2_OVERLAY_POS_MODE_TOPLEFT, FE2_OVERLAY_POS_MODE_BOTLEFT, FE2_OVERLAY_POS_MODE_CENTER, FE2_OVERLAY_POS_MODE_TOPRIGHT, FE2_OVERLAY_POS_MODE_BOTRIGHT, FE2_OVERLAY_POS_MODE_XY } |
Position modes for use with FE2_OVERLAY_POS. More... |
Reference module(s): Overlay (Watermark).
Definition in file overlay.h.