Vcl.Controls.TControl.IsLightStyleColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsLightStyleColor(AColor: TColor): Boolean; virtual;

C++

virtual bool __fastcall IsLightStyleColor(System::Uitypes::TColor AColor);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl


Beschreibung

Gibt True zurück, wenn AColor eine helle Farbe ist.



Siehe auch