RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clNavy Constant

Represents the color navy.

Pascal
clNavy = TColor($800000);
C++
clNavy = TColor($800000);

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

 

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