Vcl.GraphUtil.ColorToWebColorName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColorToWebColorName(Color: TColor): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall ColorToWebColorName(System::Uitypes::TColor Color);

Properties

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

Description

Returns the web color name representing the color given as the parameter.

ColorToWebColorName returns the string containing the corresponding WebNamedColors item.

Color represents the base color.

See Also