Defines a cross-library (VCL or FMX) array of colors type. In VCL, the color type is TColor and in FMX the color type is TAlphaColor.
Use the TColors type to write cross-library code. The clxCOLOR constants define cross-library constants for setting colors.
Namespace: RSGraphics
Delphi
|
type
TColors = array of TColor;
|
Reference
•RSGraphics.TCanvasColor •RSGraphics.ProgressCircle(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType) •RSGraphics.ProgressPie(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,Integer,TProgressDirection,TProgressDisplayType) •RSGraphics.ProgressRect(TCanvas,TCanvasRect,Integer,Integer,Integer,Integer,TColors,Boolean,Integer,TRSShapeType,TRSShapeOrientation,Boolean,Integer,Integer,TProgressOrientation,TProgressDirection,TProgressDisplayType) •RSGraphics.clxBlack •RSGraphics.clxWhite •RSGraphics |