FMX.Filter.Effects.TFilterHueAdjust
Delphi
TFilterHueAdjust = class(TFilterBaseFilter)
C++
class PASCALIMPLEMENTATION TFilterHueAdjust : public TFilterBaseFilter
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Filter.Effects.pas FMX.Filter.Effects.hpp |
FMX.Filter.Effects | FMX.Filter.Effects |
Description
TFilterHueAdjust is a wrapper for THueAdjustEffect.
FMX.Filter.Effects.TFilterHueAdjust inherits from FMX.Filter.Effects.THueAdjustEffect. All content below this line refers to FMX.Filter.Effects.THueAdjustEffect.
THueAdjustEffect is a class for creating an effect that changes the overall hue of the source pixels.
THueAdjustEffect affects the textures of visual objects.
For further information, see TImageFXEffect and FireMonkey Image Effects.
To modify the hue, use the Hue property.
The following table shows the result of the THueAdjustEffect effect on a grayscale .png picture, with transparent background and a color .png picture, with transparent background, placed on a form (using a TImage object).
No effect (original pictures) | Hue=-1; | Hue=1; |
---|---|---|