RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clTeal Constant

Represents the color teal.

Pascal
clTeal = TColor($808000);
C++
clTeal = TColor($808000);

Graphics

Use the Color property of a visual component to set its principle color to teal. Teal is dark cyan : 50% blue, 50% green, 0% red. Teal is a standard color. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!