[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: HueCirclingDlg.pas line 36
type TfrmHueCircling = class(TForm) |
||
cEditIntW: TSpinEdit; |
|
|
csEditIntW: TKnobEx; |
|
|
lblDepth: TLabel; |
|
|
lblDegrees: TLabel; |
|
|
OKButton: TBitBtn; |
|
|
CancelButton: TBitBtn; |
|
|
procedure FormCreate(); |
|
|
procedure FormDestroy(); |
|
|
procedure FormShow(); |
|
|
procedure FormClose(); |
|
|
procedure xMakeEffect(); |
|
|
public |
||
FFileName: string; |
|
|
|
||
FSourceBmp: TBitmap32; |
|
|
FHSVBitmap: TBitmap32; |
|
|
FProcessedBmp: TBitmap32; |
|
|
FDestBmpPtr: PColor32; |
|
|
FDestBmp: TBitmap32; |
|
|
function Execute(); |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |