FMX.Filter.Effects.THueAdjustEffect.Hue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hue: Single read GetHue write SetHue nodefault;

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 THueAdjustEffect

Description

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.