FMX.Colors.TColorQuad.Sat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sat: Single read FSat write SetSat;

C++

__property float Sat = {read=FSat, write=SetSat};

Properties

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

Description

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

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

See Also