RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clLime Constant

Represents the color lime.

Pascal
clLime = TColor($00FF00);
C++
clLime = TColor($00FF00);

Use the Color property of a visual component to set its principle color to lime. Lime is 100% green with no blue or red. It is identical to clGreen. Lime is a standard color. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!