RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clDkGray Constant

Represents the color dark gray.

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

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

 

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