RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clYellow Constant

Represents the color yellow.

Pascal
clYellow = TColor($00FFFF);
C++
clYellow = TColor($00FFFF);

Graphics

Use the Color property of a visual component to set its principle color to yellow. Yellow is 100% green, 100% red and 0% blue. Yellow is a standard color. 

 

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