FMX.Colors.TColorPicker.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TAlphaColor read GetColor write SetColor;

C++

__property System::Uitypes::TAlphaColor Color = {read=GetColor, write=SetColor, nodefault};

Properties

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

Description

Specifies the alpha color selected in this color picker.

Color changes in respect to the variation of the Hue property. 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