Class TvxHueTransform

Unit

Declaration

type TvxHueTransform = class(TvxTransform)

Description

TvxHueTransform

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Published property Value: Single read FValue write FValue;
Published property Angle: Single read GetAngle write SetAngle;
Published property FixedHue: Boolean read FFixedHue write FFixedHue;
Published property FixedSaturation: Boolean read FFixedSaturation write FFixedSaturation;
Published property FixedLuminance: Boolean read FFixedLuminance write FFixedLuminance;
Published property SpectrumFrom: Single read FSpectrumFrom write FSpectrumFrom;
Published property SpectrumTo : Single read FSpectrumTo write FSpectrumTo;
Published property HueDelta: Single read FHueDelta write SetHueDelta;
Published property SaturationDelta: Single read FSaturationDelta write SetSaturationDelta;
Published property LuminanceDelta: Single read FLuminanceDelta write SetLuminanceDelta;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Published property Value: Single read FValue write FValue;
 
Published property Angle: Single read GetAngle write SetAngle;

0 to 1

Published property FixedHue: Boolean read FFixedHue write FFixedHue;
 
Published property FixedSaturation: Boolean read FFixedSaturation write FFixedSaturation;
 
Published property FixedLuminance: Boolean read FFixedLuminance write FFixedLuminance;
 
Published property SpectrumFrom: Single read FSpectrumFrom write FSpectrumFrom;
 
Published property SpectrumTo : Single read FSpectrumTo write FSpectrumTo;

0..1

Published property HueDelta: Single read FHueDelta write SetHueDelta;

0..1

Published property SaturationDelta: Single read FSaturationDelta write SetSaturationDelta;

-1 to 1

Published property LuminanceDelta: Single read FLuminanceDelta write SetLuminanceDelta;

-1 to 1


Generated by PasDoc 0.15.0.