Description | Hierarchy | Fields | Methods | Properties |
type TfrmColors = class(TfrmCustomGoPhast)
TfrmColors
allows the user to edit the values of ColorValues and thus affect the appearance of the 3D view of the model.
![]() |
btnApply: TButton; |
![]() |
btnClose: TBitBtn; |
![]() |
btnHelp: TBitBtn; |
![]() |
lblAmbient: TLabel; |
![]() |
lblDiffuse: TLabel; |
![]() |
lblLightIntensity: TLabel; |
![]() |
lblLightPosition: TLabel; |
![]() |
lblSpecular: TLabel; |
![]() |
lblX: TLabel; |
![]() |
lblY: TLabel; |
![]() |
lblZ: TLabel; |
![]() |
rdeAmb: TRbwDataEntry; |
![]() |
rdeDiff: TRbwDataEntry; |
![]() |
rdeSpec: TRbwDataEntry; |
![]() |
rdeX: TRbwDataEntry; |
![]() |
rdeY: TRbwDataEntry; |
![]() |
rdeZ: TRbwDataEntry; |
![]() |
Modified: boolean; |
![]() |
procedure btnApplyClick(Sender: TObject); |
![]() |
procedure FormHide(Sender: TObject); |
![]() |
procedure FormShow(Sender: TObject); |
![]() |
procedure rdeValuesChange(Sender: TObject); |
![]() |
procedure ApplyData; |
![]() |
procedure GetData; |
![]() |
procedure HideMe; |
![]() |
btnApply: TButton; |
|
![]() |
btnClose: TBitBtn; |
|
![]() |
btnHelp: TBitBtn; |
|
![]() |
lblAmbient: TLabel; |
|
![]() |
lblDiffuse: TLabel; |
|
![]() |
lblLightIntensity: TLabel; |
|
![]() |
lblLightPosition: TLabel; |
|
![]() |
lblSpecular: TLabel; |
|
![]() |
lblX: TLabel; |
|
![]() |
lblY: TLabel; |
|
![]() |
lblZ: TLabel; |
|
![]() |
rdeAmb: TRbwDataEntry; |
|
![]() |
rdeDiff: TRbwDataEntry; |
|
![]() |
rdeSpec: TRbwDataEntry; |
|
![]() |
rdeX: TRbwDataEntry; |
|
![]() |
rdeY: TRbwDataEntry; |
|
![]() |
rdeZ: TRbwDataEntry; |
|
![]() |
Modified: boolean; |
|
![]() |
procedure btnApplyClick(Sender: TObject); |
|
![]() |
procedure FormHide(Sender: TObject); |
|
![]() |
procedure FormShow(Sender: TObject); |
|
![]() |
procedure rdeValuesChange(Sender: TObject); |
|
![]() |
procedure ApplyData; |
|
![]() |
procedure GetData; |
|
![]() |
procedure HideMe; |
|