FMX.Colors.TColorPicker

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Delphi

TColorPicker = class(TControl)

C++

class PASCALIMPLEMENTATION TColorPicker : public Fmx::Controls::TControl

Propriétés

Type Visibilité  Source Unité  Parent
class public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors FMX.Colors

Description

Représente un sélecteur de couleur qui affiche le spectre de couleurs entier.

Un composant TColorPicker est un sélecteur de couleur qui affiche un spectre de couleurs et vous permet de choisir une couleur en déplaçant un sélecteur de style point. TColorPicker peut être attaché à un composant TColorQuad.

ColorPicker.png

Remarque: L'exemple TColorPicker (Delphi) décrit comment implémebter un sélecteur de couleur a color picker, comme illustré dans l'image.

Voir aussi