FMX.Colors.TColorPanel

From RAD Studio API Documentation
Jump to: navigation, search

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

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.

ColorPanel.png

See Also