Enum VLFire.TLPFireColor
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLFire
Contents |
Syntax
Delphi:
type TLPFireColor = (fcRed, fcGreen, fcBlue);
C++ Builder:
enum TLPFireColor {fcRed, fcGreen, fcBlue};
Visual C++ (MFC):
enum CTLPFireColor {fcRed, fcGreen, fcBlue};
Summary
Enumeration of the possible fire colors.
Description
Defines enumeration of possible fire colors.
Values
fcRed | Specifies a red fire color. |
fcGreen | Specifies a green fire color. |
fcBlue | Specifies a blue fire color. |