System.UIConsts.SubtractColor
Delphi
function SubtractColor(Start, Stop: TAlphaColor): TAlphaColor;
C++
extern DELPHI_PACKAGE System::Uitypes::TAlphaColor __fastcall SubtractColor(System::Uitypes::TAlphaColor Start, System::Uitypes::TAlphaColor Stop);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.UIConsts.pas System.UIConsts.hpp |
System.UIConsts | System.UIConsts |
Description
Returns the result of the subtraction of the two given alpha colors.
The SubtractColor method returns the alpha color resulted from the subtraction of the alpha color specified by Stop from the alpha color specified by Start.