Vcl.GraphUtil.RGBToWebColorStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RGBToWebColorStr(RGB: Integer): string;

C++

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

Properties

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

Description

Returns a string representing the web color name.

RGBToWebColorStr returns the web color name in the form of a formatted string.

RGB represents the base color.

See Also