MLT  7.22.0
Data Fields
mlt_rect Struct Reference

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...
 

Detailed Description

A rectangle type with coordinates, size, and opacity.

Field Documentation

◆ h

double mlt_rect::h

height

◆ o

double mlt_rect::o

opacity / mix-level

◆ w

double mlt_rect::w

width

◆ x

double mlt_rect::x

X coordinate.

◆ y

double mlt_rect::y

Y coordinate.


The documentation for this struct was generated from the following file: