FMX.Colors.TColorPicker
Delphi
TColorPicker = class(TControl)
C++
class PASCALIMPLEMENTATION TColorPicker : public Fmx::Controls::TControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Colors.pas FMX.Colors.hpp |
FMX.Colors | FMX.Colors |
Description
Represents a color selector that displays the entire color spectrum.
A TColorPicker component is a color selector that displays a color spectrum and lets you pick any color by moving a dot-style selector. TColorPicker can be attached to a TColorQuad component.
Note: The TColorPicker (Delphi) example describes how to implement a color picker as shown in the image.