High Dynamic Range bitmaps make use of this class to store color information using floating point values.
Public Member Functions | |
def | ClipColor (args) |
def | GetA (self) |
def | GetB (self) |
def | GetG (self) |
def | GetR (self) |
def | SetA (self, args) |
def | SetB (self, args) |
def | SetG (self, args) |
def | SetR (self, args) |
![]() | |
def | GetUnwrappedPtr (self) |
Public Attributes | |
this | |
Static Public Attributes | |
tuple | ClipColor = staticmethod(ClipColor) |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
![]() | |
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
def ClipColor | ( | args | ) |
ClipColor(float c) -> WORD
def GetA | ( | self | ) |
GetA(HDRColor self) -> float
def GetB | ( | self | ) |
GetB(HDRColor self) -> float
def GetG | ( | self | ) |
GetG(HDRColor self) -> float
def GetR | ( | self | ) |
GetR(HDRColor self) -> float
def SetA | ( | self, | |
args | |||
) |
SetA(HDRColor self, float value)
def SetB | ( | self, | |
args | |||
) |
SetB(HDRColor self, float value)
def SetG | ( | self, | |
args | |||
) |
SetG(HDRColor self, float value)
def SetR | ( | self, | |
args | |||
) |
SetR(HDRColor self, float value)