RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clMaroon Constant

Represents the color maroon.

Pascal
clMaroon = TColor($000080);
C++
clMaroon = TColor($000080);

Use the Color property of a visual component to set its principle color to maroon. Maroon gray comprises 50% intensity red, with no blue or green. Maroon is a standard color. 

 

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