Vcl.Controls.TControl.IsLightStyleColor
Delphi
function IsLightStyleColor(AColor: TColor): Boolean; virtual;
C++
virtual bool __fastcall IsLightStyleColor(System::Uitypes::TColor AColor);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Returns True
when AColor
is a light color.