FMX.Colors.TColorPicker

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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.

Error creating thumbnail: Unable to save thumbnail to destination

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

See Also