MLT
7.28.0
|
A rectangle type with coordinates, size, and opacity. More...
#include <mlt_types.h>
Data Fields | |
double | h |
height More... | |
double | o |
opacity / mix-level More... | |
double | w |
width More... | |
double | x |
X coordinate. More... | |
double | y |
Y coordinate. More... | |
A rectangle type with coordinates, size, and opacity.
double mlt_rect::h |
height
double mlt_rect::o |
opacity / mix-level
double mlt_rect::w |
width
double mlt_rect::x |
X coordinate.
double mlt_rect::y |
Y coordinate.