Class TvxICSTransform
Unit
xomDXGraphics
Declaration
type TvxICSTransform = class(TvxTransform)
Description
TvxICSTransform
Hierarchy
Overview
Methods
Properties
 |
property Lcms: TidLCMS read FLcms; |
 |
property HasError: Boolean read FHasError; |
 |
property Enabled: Boolean read FEnabled write FEnabled; |
 |
property Settings: TICSSettings read FSettings write FSettings; |
Description
Methods
 |
constructor Create; reintroduce; virtual; |
|
|
 |
destructor Destroy; override; |
|
|
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure InternalApply(const ABitmap: TvxBitmap); override; |
|
|
 |
function NeedsAction: Boolean; virtual; |
|
|
Properties
 |
property Lcms: TidLCMS read FLcms; |
|
|
 |
property HasError: Boolean read FHasError; |
|
|
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property Settings: TICSSettings read FSettings write FSettings; |
|
|
Generated by PasDoc 0.15.0.
|