FMX.Colors.TColorQuad

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TColorQuad = class(TControl)

C++

class PASCALIMPLEMENTATION TColorQuad : 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 three-color gradient color selector.

A TColorQuad component is a color selector that displays a color spectrum drawn as a three-color gradient (black, white, and a specified color) that lets you fine-tune your color selection. TColorQuad can be attached to a TColorPicker component.

ColorQuad.png

See Also