FMX.Colors.TColorQuad
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.