RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clBlack Constant

Represents the color black.

Pascal
clBlack = TColor($000000);
C++
clBlack = TColor($000000);

Use the Color property of a visual component to set its principle color to black. Black is the complete absence of blue, green and red. Black is a standard color. 

 

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