Class TColorSetInterpolatorNode
Unit
Declaration
type TColorSetInterpolatorNode = class(specialize TAbstractArrayInterpolatorNode<TMFColor,TMFColorEvent>)
Description
Interpolate (animate) a set of colors, for example to animate a set of TBackgroundNode or TColorNode colors.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInterpolatorNode
- TAbstractArrayInterpolatorNode
- TColorSetInterpolatorNode
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.
