RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clMedGray Constant

Represents the color medium gray.

Pascal
clMedGray = TColor($A4A0A0);
C++
clMedGray = TColor($A4A0A0);

Use the Color property of a visual component to set its principle color to medium gray. Medium gray lies between clGray and clLtGray, but, unusually, with a blue tint. Medium Gray is an extended color. 

 

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