FMX.Colors.TColorPicker.ColorQuad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColorQuad: TColorQuad read FColorQuad write FColorQuad;

C++

__property TColorQuad* ColorQuad = {read=FColorQuad, write=FColorQuad};

Properties

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

Description

Specifies the TColorQuad component that is attached to this color picker.

Specify a TColorQuad component that is attached to this TColorPicker. In this way, every time you change the Color in this color picker, the color quad component automatically updates to the color selected in the color picker, further allowing you to tweak the saturation and luminance.

ColorPickerColorQuad.png

In the picture above, a 0.5 alpha channel TColorBox component was also attached to the TColorQuad for a complete color selection application.

See Also