MLT 7.40.0
Multimedia Framework
Public Member Functions | Properties | Static Private Attributes
mlt.mlt_color Class Reference
Inheritance diagram for mlt.mlt_color:
Inheritance graph
[legend]
Collaboration diagram for mlt.mlt_color:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self)
 

Properties

 a = property(_mlt7.mlt_color_a_get, _mlt7.mlt_color_a_set, doc=)
 
 b = property(_mlt7.mlt_color_b_get, _mlt7.mlt_color_b_set, doc=)
 
 g = property(_mlt7.mlt_color_g_get, _mlt7.mlt_color_g_set, doc=)
 
 r = property(_mlt7.mlt_color_r_get, _mlt7.mlt_color_r_set, doc=)
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _mlt7.delete_mlt_color
 

Detailed Description

 A tuple of color components

Constructor & Destructor Documentation

◆ __init__()

mlt.mlt_color.__init__ (   self)

Field Documentation

◆ __repr__

mlt.mlt_color.__repr__ = _swig_repr
staticprivate

◆ __swig_destroy__

mlt.mlt_color.__swig_destroy__ = _mlt7.delete_mlt_color
staticprivate

Property Documentation

◆ a

mlt.mlt_color.a = property(_mlt7.mlt_color_a_get, _mlt7.mlt_color_a_set, doc=)
static

◆ b

mlt.mlt_color.b = property(_mlt7.mlt_color_b_get, _mlt7.mlt_color_b_set, doc=)
static

◆ g

mlt.mlt_color.g = property(_mlt7.mlt_color_g_get, _mlt7.mlt_color_g_set, doc=)
static

◆ r

mlt.mlt_color.r = property(_mlt7.mlt_color_r_get, _mlt7.mlt_color_r_set, doc=)
static

◆ thisown

mlt.mlt_color.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

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