The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



X11Colors


Unit: SDL_sdlcolors
Class: none
Declaration:
X11Colors : array [1..MaxX11] of TColor =
   (clAliceBlue, clAntiqueWhite, clAqua, clAquamarine,
    clAzure, clBeige, clBisque, clBlack, clBlanchedAlmond,
    clBlue, clBlueViolet, clBrown, clBurlyWood, clCadetBlue,
    clChartreuse, clChocolate, clCoral, clCornflowerBlue,
    clCornSilk, clCrimson, clCyan, clDarkBlue, clDarkCyan,
    clDarkGoldenRod, clDarkGray, clDarkGreen, clDarkKhaki,
    clDarkMagenta, clDarkOliveGreen, clDarkOrange, clDarkOrchid,
    clDarkRed, clDarkSalmon, clDarkSeaGreen, clDarkSlateBlue,
    clDarkSlateGray, clDarkTurquoise, clDarkViolet, clDeepPink,
    clDeepSkyBlue, clDimGray, clDodgerBlue, clFireBrick,
    clFloralWhite, clForestGreen, clFuchsia, clGainsboro,
    clGhostWhite, clGold, clGoldenRod, clGray, clGreen,
    clGreenYellow, clHoneyDew, clHotPink, clIndianRed, clIndigo,
    clIvory, clKhaki, clLavender, clLavenderBlush, clLawnGreen,
    clLemonChiffon, clLightBlue, clLightCoral, clLightCyan,
    clLightGoldenRod, clLightGray, clLightGreen, clLightPink,
    clLightSalmon, clLightSeaGreen, clLightSkyBlue,
    clLightSlateBlue, clLightSlateGray, clLightSteelBlue,
    clLightYellow, clLime, clLimeGreen, clLinen, clMagenta,
    clMaroon, clMediumAquamarine, clMediumBlue, clMediumOrchid,
    clMediumPurple, clMediumSeaGreen, clMediumSlateBlue,
    clMediumSpringGreen, clMediumTurquoise, clMediumVioletRed,
    clMidnightBlue, clMintCream, clMistyRose, clMoccasin,
    clNavajoWhite, clNavyBlue, clOldLace, clOlive, clOliveDrab,
    clOrange, clOrangeRed, clOrchid, clPaleGoldenRod,
    clPaleGreen, clPaleTurquoise, clPaleVioletRed, clPapayaWhip,
    clPeachPuff, clPeru, clPink, clPlum, clPowderBlue, clPurple,
    clRebeccaPurple, clRed, clRosyBrown, clRoyalBlue,
    clSaddleBrown, clSalmon, clSandyBrown, clSeaGreen, clSeaShell,
    clSienna, clSilver, clSkyBlue, clSlateBlue, clSlateGray,
    clSnow, clSpringGreen, clSteelBlue, clTan, clThistle,
    clTomato, clTurquoise, clViolet, clWebGray, clWebGreen,
    clWebMaroon, clWebPurple, clWheat, clWhite, clWhiteSmoke,
    clYellow, clYellowGreen);
    

The constant array X11Colors contains the X11 color names in alphabetical order.



Last Update: 2023-Feb-06