FMX.Filter.Effects.TFilterHueAdjust.Hue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hue: Single read GetHue write SetHue;

C++

__property float Hue = {read=GetHue, write=SetHue};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterHueAdjust

Description

FMX.Filter.Effects.TFilterHueAdjust.Hue inherits from FMX.Filter.Effects.THueAdjustEffect.Hue. All content below this line refers to FMX.Filter.Effects.THueAdjustEffect.Hue.

Specifies the intensity of the base image.

Hue is a System.Single value that takes values in the range from -1.00 through 1.00.

If Hue is not explicitly set, it is considered equal to 0.