RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clFuchsia Constant

Represents the color fuchsia.

Pascal
clFuchsia = TColor($FF00FF);
C++
clFuchsia = TColor($FF00FF);

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

 

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