Color Class Reference

Class Description

Represents color as three floating point values: red, green, and blue.
+ Inheritance diagram for Color:

Public Member Functions

def Black (self)
 
def ClampMax (self)
 
def ClampMin (self)
 
def ClampMinMax (self)
 
def color_spline (args)
 
def GetB (self)
 
def GetG (self)
 
def GetIntensity (self)
 
def GetR (self)
 
def SetB (self, args)
 
def SetG (self, args)
 
def SetR (self, args)
 
def to_COLORREF (args)
 
def ToRGB (self)
 
def White (self)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Public Attributes

 this
 

Static Public Attributes

tuple color_spline = staticmethod(color_spline)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
tuple to_COLORREF = staticmethod(to_COLORREF)
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Black (   self)
Black(Color self)
def ClampMax (   self)
ClampMax(Color self)
def ClampMin (   self)
ClampMin(Color self)
def ClampMinMax (   self)
ClampMinMax(Color self)
def color_spline (   args)
color_spline(float x, int nknots, Color knot) -> Color
def GetB (   self)
GetB(Color self) -> float
def GetG (   self)
GetG(Color self) -> float
def GetIntensity (   self)
GetIntensity(Color self) -> float
def GetR (   self)
GetR(Color self) -> float
def SetB (   self,
  args 
)
SetB(Color self, float value)
def SetG (   self,
  args 
)
SetG(Color self, float value)
def SetR (   self,
  args 
)
SetR(Color self, float value)
def to_COLORREF (   args)
to_COLORREF(Color c) -> COLORREF
def ToRGB (   self)
ToRGB(Color self) -> DWORD
def White (   self)
White(Color self)