RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clRed Constant

Represents the color red.

Pascal
clRed = TColor($0000FF);
C++
clRed = TColor($0000FF);

Use the Color property of a visual component to set its principle color to red. Red is 100% red with no green or blue. Red is a standard color. 

 

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