RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clWhite Constant

Represents the color white.

Pascal
clWhite = TColor($FFFFFF);
C++
clWhite = TColor($FFFFFF);

Graphics

Use the Color property of a visual component to set its principle color to white. White is 100% intensity blue, green and red. White is a standard color. 

 

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