FMX.Colors.TColorPanel

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TColorPanel = class(TControl)

C++

class PASCALIMPLEMENTATION TColorPanel : 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 component complete with alpha channel selection.

A TColorPanel component is a color selector that displays a color spectrum represented as a THueTrackBar, an alpha channel track bar selector, and a color quad. These make the TColorPanel component a great color selector.

A similar color selector can be found in the drop-down mode of the TComboColorBox component.

Error creating thumbnail: Unable to save thumbnail to destination

See Also