Vcl.GraphUtil.RGBToWebColorName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RGBToWebColorName(RGB: Integer): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall RGBToWebColorName(int RGB);

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.

RGBToWebColorName returns the corresponding web color name.

RGB represents the base color.

See Also