FMX.Colors.TColorPicker.Hue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hue: Single read FHue write SetHue;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorPicker

Description

Specifies the color, by hue, from this color picker.

Hue variates from 0 to 1 and spans the entire color spectrum drawn on this color picker. Programmatically set Hue to a specific value, or visually move the hue selector of this color picker, at run time, to obtain the color in the Color property.

See Also