Panda3D
Public Member Functions | List of all members
LerpColorScaleInterval Class Reference
Inheritance diagram for LerpColorScaleInterval:
LerpNodePathInterval

Public Member Functions

def __init__ (self, nodePath, duration, colorScale, startColorScale=None, other=None, blendType='noBlend', bakeInStart=1, name=None, override=None)
 
- Public Member Functions inherited from LerpNodePathInterval
def __init__ (self, name, duration, blendType, bakeInStart, fluid, nodePath, other)
 
def anyCallable (self, params)
 
def setupParam (self, func, param)
 

Additional Inherited Members

- Static Public Attributes inherited from LerpNodePathInterval
int lerpNodePathNum = 1
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  nodePath,
  duration,
  colorScale,
  startColorScale = None,
  other = None,
  blendType = 'noBlend',
  bakeInStart = 1,
  name = None,
  override = None 
)