API:Vcl.Themes.TCustomStyleServices.ColorToRGB

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ColorToRGB(Color: TColor; Details: PThemedElementDetails = nil): TColorRef; overload;
function ColorToRGB(Color: TColor; Details: TThemedElementDetails): TColorRef; overload; inline;

C++

unsigned __fastcall ColorToRGB(System::Uitypes::TColor Color, PThemedElementDetails Details = (PThemedElementDetails)(0x0))/* overload */;
unsigned __fastcall ColorToRGB(System::Uitypes::TColor Color, const TThemedElementDetails &Details)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices

Description

Embarcadero Technologies does not currently have any additional information.