RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clGray Constant

Represents the color gray.

Pascal
clGray = TColor($808080);
C++
clGray = TColor($808080);

Graphics

Use the Color property of a visual component to set its principle color to gray. Gray comprises 50% intensity of each of blue, green and red. Gray is a standard color. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!