Vcl.GraphUtil.WebColorNameToColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WebColorNameToColor(WebColorName: string): TColor;

C++

extern DELPHI_PACKAGE System::Uitypes::TColor __fastcall WebColorNameToColor(System::UnicodeString WebColorName);

Properties

Type Visibility Source Unit Parent
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Returns the TColor from a web color name.

WebColorNameToColor returns the TColor from a string containing a web color name.

WebColorName represent the web color name in the form of a string.

See Also