Description | Hierarchy | Fields | Methods | Properties |
type TVertexColorScaleManipulator = class(TInterfacedObject, IVertexManipulator)
Vertex manipulator which scales the color values. May be used for white balance, factor would be 255/brightest color.
![]() |
constructor Create(Factor: Single); |
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
constructor Create(Factor: Single); |
Constructor. Parameters
|
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |