RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.TColorArraySortType Enumeration

Specifies the color sort type.

Pascal
TColorArraySortType = (
  stHue,
  stSaturation,
  stLuminance,
  stRed,
  stGreen,
  stBlue,
  stCombo
);
C++
enum TColorArraySortType {
  stHue,
  stSaturation,
  stLuminance,
  stRed,
  stGreen,
  stBlue,
  stCombo
};

TColorArraySortType is used to specify sort criterion done by the SortColorArray routine. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!