Description | Hierarchy | Fields | Methods | Properties |
type TVertexColorThresholdManipulator = class(TInterfacedObject, IVertexManipulator)
Vertex manipulator to set vertex color to one of two values depending on a given threshold.
![]() |
constructor Create(Threshold: Byte; Low, High: LongWord); |
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
constructor Create(Threshold: Byte; Low, High: LongWord); |
Constructor. Parameters |
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |