Class TColorSetInterpolatorNode
Unit
X3DNodes
Declaration
type TColorSetInterpolatorNode = class(TAbstractInterpolatorNode)
Description
Interpolate (animate) a set of colors, for example to animate a set of TBackgroundNode or TColorNode colors.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
|
 |
class function ClassX3DType: string; override; |
|
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
|
Properties
 |
property FdKeyValue: TMFColor read FFdKeyValue; |
|
|
 |
property EventValue_changed: TMFColorEvent read FEventValue_changed; |
|
|
Generated by PasDoc 0.14.0.
|