Represents color as four floating point values: red, green, blue, and alpha.
Public Member Functions | |
def | AComp (args) |
def | Black (self) |
def | ClampMax (self) |
def | ClampMin (self) |
def | ClampMinMax (self) |
def | CompositeOver (args) |
def | GetA (self) |
def | GetB (self) |
def | GetG (self) |
def | GetIntensity (self) |
def | GetR (self) |
def | SetA (self, args) |
def | SetB (self, args) |
def | SetG (self, args) |
def | SetR (self, args) |
def | ToRGB (self) |
def | White (self) |
![]() | |
def | GetUnwrappedPtr (self) |
Public Attributes | |
this | |
Static Public Attributes | |
tuple | AComp = staticmethod(AComp) |
tuple | CompositeOver = staticmethod(CompositeOver) |
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 AComp | ( | args | ) |
AComp(AColor cbot, AColor ctop) -> AColor
def Black | ( | self | ) |
Black(AColor self)
def ClampMax | ( | self | ) |
ClampMax(AColor self)
def ClampMin | ( | self | ) |
ClampMin(AColor self)
def ClampMinMax | ( | self | ) |
ClampMinMax(AColor self)
def CompositeOver | ( | args | ) |
CompositeOver(AColor fg, AColor bg) -> AColor
def GetA | ( | self | ) |
GetA(AColor self) -> float
def GetB | ( | self | ) |
GetB(AColor self) -> float
def GetG | ( | self | ) |
GetG(AColor self) -> float
def GetIntensity | ( | self | ) |
GetIntensity(AColor self) -> float
def GetR | ( | self | ) |
GetR(AColor self) -> float
def SetA | ( | self, | |
args | |||
) |
SetA(AColor self, float value)
def SetB | ( | self, | |
args | |||
) |
SetB(AColor self, float value)
def SetG | ( | self, | |
args | |||
) |
SetG(AColor self, float value)
def SetR | ( | self, | |
args | |||
) |
SetR(AColor self, float value)
def ToRGB | ( | self | ) |
ToRGB(AColor self) -> DWORD
def White | ( | self | ) |
White(AColor self)