RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clOlive Constant

Represents the color olive.

Pascal
clOlive = TColor($008080);
C++
clOlive = TColor($008080);

Use the Color property of a visual component to set its principle color to olive. Olive is 50% intensity green, 50% intensity red with no blue. Olive is a standard color. 

 

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