Class TVertexColorContrastBrightnessManipulator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVertexColorContrastBrightnessManipulator = class(TInterfacedObject, IVertexManipulator)

Description

Vertex manipulator which adjusts the contrast by the given factor and brightness by a signed amount.

Hierarchy

Overview

Methods

Public constructor Create(ContrastFactor: Single; BrightnessAmount: LongInt);
Public procedure Apply(var Vertex: TVertex);

Description

Methods

Public 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.
Public procedure Apply(var Vertex: TVertex);

Applies the manipulator.


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