FMX.Colors.TColorPicker

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTColorPicker

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.

ColorPicker.png

Note: The TColorPicker (Delphi) example describes how to implement a color picker as shown in the image.

See Also