FMX.Colors.TColorQuad.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 TColorQuad

Description

Specifies the hue of the selected color, in HSL color coordinates.

Set or read Hue in conjunction with Sat and Lum in order to change or obtain the color selected in this color quad component.

See Also