FMX.Colors.TColorQuad.Lum
Delphi
property Lum: Single read FLum write SetLum;
C++
__property float Lum = {read=FLum, write=SetLum};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Colors.pas FMX.Colors.hpp |
FMX.Colors | TColorQuad |
Description
Specifies the luminance of the selected color, in HSL color coordinates.
Set or read Lum in conjunction with Hue and Sat in order to change or obtain the color selected in this color quad component.