Vcl.GraphUtil.WebColorToRGB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WebColorToRGB(WebColor: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall WebColorToRGB(int WebColor);

Properties

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

Description

Returns the RGB color from a web color.

WebColorToRGB returns a RGB color (Integer) from a web color.

Color represents the color.

See Also