Vcl.GraphUtil.WebColorToRGB

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function WebColorToRGB(WebColor: Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall WebColorToRGB(int WebColor);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Description

Renvoie la couleur RGB à partir d'une couleur web.

WebColorToRGB renvoie une couleur RGB (Integer) à partir d'une couleur web.

Color représente la couleur.

Voir aussi