Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
The main purpose of frmColorsUnit
is to define ColorValues and TfrmColors. These help control the 3D appearance of the model.
ColorValues stores values needed for 3D display of the model. TfrmColors allows the user to edit the values of ColorValues and thus affect the appearance of the 3D view of the model.
Name | Description |
---|---|
record TColorValues |
TColorValues stores values needed for 3D display of the model. |
Class TfrmColors |
TfrmColors allows the user to edit the values of ColorValues and thus affect the appearance of the 3D view of the model. |
procedure SetDefaults; |
frmColors: TfrmColors; |
ColorValues: TColorValues; |
procedure SetDefaults; |
|
frmColors: TfrmColors; |
|
ColorValues: TColorValues; |
|