|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
| a = _swig_property(_enigma.gRGB_a_get, _enigma.gRGB_a_set) |
|
| argb |
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
| r = _swig_property(_enigma.gRGBA_r_get, _enigma.gRGBA_r_set) |
|
| g = _swig_property(_enigma.gRGBA_g_get, _enigma.gRGBA_g_set) |
|
| b = _swig_property(_enigma.gRGBA_b_get, _enigma.gRGBA_b_set) |
|
| a = _swig_property(_enigma.gRGBA_a_get, _enigma.gRGBA_a_set) |
|
| fromArgb = staticmethod(fromArgb) |
|
| premultiplyChannel = staticmethod(premultiplyChannel) |
|
| argb |
|
| premultiplyAlpha |
|
| set |
|
| pixel |
|
| fromPixel |
|
◆ __init__()
def enigma.gRGB.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(gRGB self, int _r, int _g, int _b, int _a=0) -> gRGB
__init__(gRGB self, int _r, int _g, int _b) -> gRGB
__init__(gRGB self, unsigned int val) -> gRGB
__init__(gRGB self) -> gRGB
Reimplemented from enigma.gRGBA.
◆ argb()
def enigma.gRGB.argb |
( |
|
self | ) |
|
argb(gRGB self) -> unsigned int
Reimplemented from enigma.gRGBA.
enigma.gRGB.a = _swig_property(_enigma.gRGB_a_get, _enigma.gRGB_a_set) |
|
static |
◆ argb
◆ thisown
enigma.gRGB.thisown = _swig_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: