enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
enigma.gRGB Class Reference
Inheritance diagram for enigma.gRGB:
enigma.gRGBA

Public Member Functions

def __init__ (self, *args)
 
def argb (self)
 
- Public Member Functions inherited from enigma.gRGBA
def fromArgb (c)
 
def __lt__ (self, c)
 
def __eq__ (self, c)
 
def __ne__ (self, c)
 
def premultiplyChannel (c, a)
 
def premultiplyAlpha (self)
 
def set (self, *args)
 
def pixel (self, fmt)
 
def fromPixel (self, fmt, pixel)
 

Static Public Attributes

 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
 
- Static Public Attributes inherited from enigma.gRGBA
 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
 

Constructor & Destructor Documentation

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

Member Function Documentation

◆ argb()

def enigma.gRGB.argb (   self)
argb(gRGB self) -> unsigned int

Reimplemented from enigma.gRGBA.

Member Data Documentation

◆ a

enigma.gRGB.a = _swig_property(_enigma.gRGB_a_get, _enigma.gRGB_a_set)
static

◆ argb

enigma.gRGB.argb
static

◆ 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: