Vcl.GraphUtil.TColorArraySortType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TColorArraySortType = (stHue, stSaturation, stLuminance, stRed, stGreen, stBlue, stCombo);

C++

enum DECLSPEC_DENUM TColorArraySortType : unsigned char { stHue, stSaturation, stLuminance, stRed, stGreen, stBlue, stCombo };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

Beschreibung

Legt den Typ der Farbsortierung fest.

Mit TColorArraySortType wird ein Sortierkriterium für die Routine SortColorArray festgelegt.