Class TvxHueTransform
Unit
xomDXGraphics
Declaration
type TvxHueTransform = class(TvxTransform)
Description
TvxHueTransform
Hierarchy
Overview
Methods
Properties
 |
property Value: Single read FValue write FValue; |
 |
property Angle: Single read GetAngle write SetAngle; |
 |
property FixedHue: Boolean read FFixedHue write FFixedHue; |
 |
property FixedSaturation: Boolean read FFixedSaturation write FFixedSaturation; |
 |
property FixedLuminance: Boolean read FFixedLuminance write FFixedLuminance; |
 |
property SpectrumFrom: Single read FSpectrumFrom write FSpectrumFrom; |
 |
property SpectrumTo : Single read FSpectrumTo write FSpectrumTo; |
 |
property HueDelta: Single read FHueDelta write SetHueDelta; |
 |
property SaturationDelta: Single read FSaturationDelta write SetSaturationDelta; |
 |
property LuminanceDelta: Single read FLuminanceDelta write SetLuminanceDelta; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Value: Single read FValue write FValue; |
|
|
 |
property Angle: Single read GetAngle write SetAngle; |
|
0 to 1
|
 |
property FixedHue: Boolean read FFixedHue write FFixedHue; |
|
|
 |
property FixedSaturation: Boolean read FFixedSaturation write FFixedSaturation; |
|
|
 |
property FixedLuminance: Boolean read FFixedLuminance write FFixedLuminance; |
|
|
 |
property SpectrumFrom: Single read FSpectrumFrom write FSpectrumFrom; |
|
|
 |
property SpectrumTo : Single read FSpectrumTo write FSpectrumTo; |
|
0..1
|
 |
property HueDelta: Single read FHueDelta write SetHueDelta; |
|
0..1
|
 |
property SaturationDelta: Single read FSaturationDelta write SetSaturationDelta; |
|
-1 to 1
|
 |
property LuminanceDelta: Single read FLuminanceDelta write SetLuminanceDelta; |
|
-1 to 1
|
Generated by PasDoc 0.15.0.
|