Class TVertexColorThresholdManipulator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVertexColorThresholdManipulator = class(TInterfacedObject, IVertexManipulator)

Description

Vertex manipulator to set vertex color to one of two values depending on a given threshold.

Hierarchy

Overview

Methods

Public constructor Create(Threshold: Byte; Low, High: LongWord);
Public procedure Apply(var Vertex: TVertex);

Description

Methods

Public constructor Create(Threshold: Byte; Low, High: LongWord);

Constructor.

Parameters
Threshold
The threshold for the color's average value.
Low
The color set if the vertex' color average is less than Threshold.
High
The color set if the vertex' color average is greater than Threshold.
Public procedure Apply(var Vertex: TVertex);

Applies the manipulator.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22