Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ColorInterpolationSegment Class Reference

#include <pandadoc.hpp>

Inheritance diagram for ColorInterpolationSegment:
ReferenceCount

Public Member Functions

 __init__ (const ColorInterpolationSegment s)
 
TypedReferenceCount getFunction ()
 
int getId ()
 
float getTimeBegin ()
 
float getTimeEnd ()
 
bool isEnabled ()
 
bool isModulated ()
 
 setEnabled (const bool enabled)
 
 setFunction (ColorInterpolationFunction function)
 
 setIsModulated (const bool flag)
 
 setTimeBegin (const float time)
 
 setTimeEnd (const float time)
 
- Public Member Functions inherited from ReferenceCount
int getRefCount ()
 Returns the current reference count.
 
 ref ()
 Explicitly increments the reference count.
 
bool testRefCountIntegrity ()
 Does some easy checks to make sure that the reference count isn't completely bogus.
 
bool testRefCountNonzero ()
 Does some easy checks to make sure that the reference count isn't zero, or completely bogus.
 
bool unref ()
 Explicitly decrements the reference count.
 

Additional Inherited Members

- Static Public Member Functions inherited from ReferenceCount
static TypeHandle getClassType ()
 
- Public Attributes inherited from ReferenceCount
int ref_count
 The current reference count.
 

Member Function Documentation

◆ __init__()

__init__ ( const ColorInterpolationSegment s)

◆ getFunction()

TypedReferenceCount getFunction ( )

◆ getId()

int getId ( )

◆ getTimeBegin()

float getTimeBegin ( )

◆ getTimeEnd()

float getTimeEnd ( )

◆ isEnabled()

bool isEnabled ( )

◆ isModulated()

bool isModulated ( )

◆ setEnabled()

setEnabled ( const bool enabled)

◆ setFunction()

setFunction ( ColorInterpolationFunction function)

◆ setIsModulated()

setIsModulated ( const bool flag)

◆ setTimeBegin()

setTimeBegin ( const float time)

◆ setTimeEnd()

setTimeEnd ( const float time)