RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clSilver Constant

Represents the color silver.

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

Graphics

Use the Color property of a visual component to set its principle color to silver. Silver comprises 75% intensity of each of blue, green and red. It is identical to clLtGray. Silver is a standard color. 

 

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