Description | Hierarchy | Fields | Methods | Properties |
type TVertexColorSetAlphaManipulator = class(TInterfacedObject, IVertexManipulator)
Vertex manipulator to set the alpha value of the vertex color to a fixed value.
![]() |
constructor Create(Alpha: LongWord); |
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
constructor Create(Alpha: LongWord); |
Constructor. Parameters
|
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |