RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clAqua Constant

Represents the color Aqua.

Pascal
clAqua = TColor($FFFF00);
C++
clAqua = TColor($FFFF00);

Use the Color property of a visual component to set its principle color to Aqua. Aqua is the Delphi name for cyan - 100% blue and green with no red. Aqua is a standard color. 

 

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