Class TColorInterpolatorNode
Unit
Declaration
type TColorInterpolatorNode = class(specialize TAbstractSingleInterpolatorNode<TVector3,TMFColor,TSFColorEvent>)
Description
Interpolate (animate) a single color.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractSingleInterpolatorNode
- TColorInterpolatorNode
Overview
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TCastleColorRGB); |
![]() |
procedure SetKeyValue(const Value: TVector3List); |
Description
Methods
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetKeyValue(const Value: array of TCastleColorRGB); |
![]() |
procedure SetKeyValue(const Value: TVector3List); |
Generated by PasDoc 0.16.0.
