Description | Hierarchy | Fields | Methods | Properties |
type TVertexColorInterpolateQuadraticManipulator = class(TInterfacedObject, IVertexManipulator)
Vertex manipulator which interpolates the color values using quadratic interpolation.
![]() |
constructor Create(Color1, Color2: TARGBColor; Factor: Single); |
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
constructor Create(Color1, Color2: TARGBColor; Factor: Single); |
Constructor. Parameters
|
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |