Unit frmColorsUnit

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

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.

Uses

Overview

Classes, Interfaces, Objects and Records

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.

Functions and Procedures

procedure SetDefaults;

Variables

frmColors: TfrmColors;
ColorValues: TColorValues;

Description

Functions and Procedures

procedure SetDefaults;

SetDefaults sets default values for ColorValues.

Variables

frmColors: TfrmColors;

frmColors is the instance of TfrmColors used in GoPhast.

ColorValues: TColorValues;

ColorValues stores the values used for 3D display of the model.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:34