Class TVertexColorContrastBrightnessManipulator
Unit
Irrlicht
Declaration
type TVertexColorContrastBrightnessManipulator = class(TInterfacedObject, IVertexManipulator)
Description
Vertex manipulator which adjusts the contrast by the given factor and brightness by a signed amount.
Hierarchy
- TInterfacedObject
- TVertexColorContrastBrightnessManipulator
Overview
Methods
 |
constructor Create(ContrastFactor: Single; BrightnessAmount: LongInt); |
 |
procedure Apply(var Vertex: TVertex); |
Description
Methods
 |
constructor Create(ContrastFactor: Single; BrightnessAmount: LongInt); |
|
Constructor.
Parameters
- ContrastFactor
- Factors over 1 increase the contrast, below 1 reduce it.
- BrightnessAmount
- The brightness offset. A positive amount increases brightness, a negative one darkens the colors.
|
 |
procedure Apply(var Vertex: TVertex); |
|
Applies the manipulator.
|
Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22