RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clPurple Constant

Represents the color purple.

Pascal
clPurple = TColor($800080);
C++
clPurple = TColor($800080);

Use the Color property of a visual component to set its principle color to purple. Purple is 50% intensity red, 50% intensity blue and 0% green. Purple is a standard color. 

 

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