RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clLtGray Constant

Represents the color light gray.

Pascal
clLtGray = TColor($C0C0C0);
C++
clLtGray = TColor($C0C0C0);

Use the Color property of a visual component to set its principle color to light gray. Light gray comprises 75% intensity of each of blue, green and red. It is identical to clSilver. Light Gray is a standard color. 

 

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