921 lines
50 KiB
C++
921 lines
50 KiB
C++
#pragma once
|
|
#include <D2D1.h>
|
|
namespace Colors
|
|
{
|
|
const D2D1_COLOR_F Opacity = { 0.f , 0.f , 0.f , 0.f };
|
|
const D2D1_COLOR_F Snow = { 1.f , 0.9804f , 0.9804f , 1.f };
|
|
const D2D1_COLOR_F GhostWhite = { 0.9725f , 0.9725f , 1.f , 1.f };
|
|
const D2D1_COLOR_F WhiteSmoke = { 0.9608f , 0.9608f , 0.9608f , 1.f };
|
|
const D2D1_COLOR_F Gainsboro = { 0.8627f , 0.8627f , 0.8627f , 1.f };
|
|
const D2D1_COLOR_F FloralWhite = { 1.f , 0.9804f , 0.9412f , 1.f };
|
|
const D2D1_COLOR_F OldLace = { 0.9922f , 0.9608f , 0.902f , 1.f };
|
|
const D2D1_COLOR_F Linen = { 0.9804f , 0.9412f , 0.902f , 1.f };
|
|
const D2D1_COLOR_F AntiqueWhite = { 0.9804f , 0.9216f , 0.8431f , 1.f };
|
|
const D2D1_COLOR_F PapayaWhip = { 1.f , 0.9373f , 0.8353f , 1.f };
|
|
const D2D1_COLOR_F BlanchedAlmond = { 1.f , 0.9216f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Bisque = { 1.f , 0.8941f , 0.7686f , 1.f };
|
|
const D2D1_COLOR_F PeachPuff = { 1.f , 0.8549f , 0.7255f , 1.f };
|
|
const D2D1_COLOR_F NavajoWhite = { 1.f , 0.8706f , 0.6784f , 1.f };
|
|
const D2D1_COLOR_F Moccasin = { 1.f , 0.8941f , 0.7098f , 1.f };
|
|
const D2D1_COLOR_F Cornsilk = { 1.f , 0.9725f , 0.8627f , 1.f };
|
|
const D2D1_COLOR_F Ivory = { 1.f , 1.f , 0.9412f , 1.f };
|
|
const D2D1_COLOR_F LemonChiffon = { 1.f , 0.9804f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Seashell = { 1.f , 0.9608f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Honeydew = { 0.9412f , 1.f , 0.9412f , 1.f };
|
|
const D2D1_COLOR_F MintCream = { 0.9608f , 1.f , 0.9804f , 1.f };
|
|
const D2D1_COLOR_F Azure = { 0.9412f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F AliceBlue = { 0.9412f , 0.9725f , 1.f , 1.f };
|
|
const D2D1_COLOR_F lavender = { 0.902f , 0.902f , 0.9804f , 1.f };
|
|
const D2D1_COLOR_F LavenderBlush = { 1.f , 0.9412f , 0.9608f , 1.f };
|
|
const D2D1_COLOR_F MistyRose = { 1.f , 0.8941f , 0.8824f , 1.f };
|
|
const D2D1_COLOR_F White = { 1.f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Black = { 0.f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkSlateGray = { 0.1843f , 0.3098f , 0.3098f , 1.f };
|
|
const D2D1_COLOR_F DimGrey = { 0.4118f , 0.4118f , 0.4118f , 1.f };
|
|
const D2D1_COLOR_F SlateGrey = { 0.4392f , 0.502f , 0.5647f , 1.f };
|
|
const D2D1_COLOR_F LightSlateGray = { 0.4667f , 0.5333f , 0.6f , 1.f };
|
|
const D2D1_COLOR_F Grey = { 0.7451f , 0.7451f , 0.7451f , 1.f };
|
|
const D2D1_COLOR_F LightGray = { 0.8275f , 0.8275f , 0.8275f , 1.f };
|
|
const D2D1_COLOR_F MidnightBlue = { 0.098f , 0.098f , 0.4392f , 1.f };
|
|
const D2D1_COLOR_F NavyBlue = { 0.f , 0.f , 0.502f , 1.f };
|
|
const D2D1_COLOR_F CornflowerBlue = { 0.3922f , 0.5843f , 0.9294f , 1.f };
|
|
const D2D1_COLOR_F DarkSlateBlue = { 0.2824f , 0.2392f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F SlateBlue = { 0.4157f , 0.3529f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F MediumSlateBlue = { 0.4824f , 0.4078f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F LightSlateBlue = { 0.5176f , 0.4392f , 1.f , 1.f };
|
|
const D2D1_COLOR_F MediumBlue = { 0.f , 0.f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F RoyalBlue = { 0.2549f , 0.4118f , 0.8824f , 1.f };
|
|
const D2D1_COLOR_F Blue = { 0.f , 0.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F DodgerBlue = { 0.1176f , 0.5647f , 1.f , 1.f };
|
|
const D2D1_COLOR_F DeepSkyBlue = { 0.f , 0.749f , 1.f , 1.f };
|
|
const D2D1_COLOR_F SkyBlue = { 0.5294f , 0.8078f , 0.9216f , 1.f };
|
|
const D2D1_COLOR_F LightSkyBlue = { 0.5294f , 0.8078f , 0.9804f , 1.f };
|
|
const D2D1_COLOR_F SteelBlue = { 0.2745f , 0.5098f , 0.7059f , 1.f };
|
|
const D2D1_COLOR_F LightSteelBlue = { 0.6902f , 0.7686f , 0.8706f , 1.f };
|
|
const D2D1_COLOR_F LightBlue = { 0.6784f , 0.8471f , 0.902f , 1.f };
|
|
const D2D1_COLOR_F PowderBlue = { 0.6902f , 0.8784f , 0.902f , 1.f };
|
|
const D2D1_COLOR_F PaleTurquoise = { 0.6863f , 0.9333f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F DarkTurquoise = { 0.f , 0.8078f , 0.8196f , 1.f };
|
|
const D2D1_COLOR_F MediumTurquoise = { 0.2824f , 0.8196f , 0.8f , 1.f };
|
|
const D2D1_COLOR_F Turquoise = { 0.251f , 0.8784f , 0.8157f , 1.f };
|
|
const D2D1_COLOR_F Cyan = { 0.f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F LightCyan = { 0.8784f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F CadetBlue = { 0.3725f , 0.6196f , 0.6275f , 1.f };
|
|
const D2D1_COLOR_F MediumAquamarine = { 0.4f , 0.8039f , 0.6667f , 1.f };
|
|
const D2D1_COLOR_F Aquamarine = { 0.498f , 1.f , 0.8314f , 1.f };
|
|
const D2D1_COLOR_F DarkGreen = { 0.f , 0.3922f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkOliveGreen = { 0.3333f , 0.4196f , 0.1843f , 1.f };
|
|
const D2D1_COLOR_F DarkSeaGreen = { 0.5608f , 0.7373f , 0.5608f , 1.f };
|
|
const D2D1_COLOR_F SeaGreen = { 0.1804f , 0.5451f , 0.3412f , 1.f };
|
|
const D2D1_COLOR_F MediumSeaGreen = { 0.2353f , 0.702f , 0.4431f , 1.f };
|
|
const D2D1_COLOR_F LightSeaGreen = { 0.1255f , 0.698f , 0.6667f , 1.f };
|
|
const D2D1_COLOR_F PaleGreen = { 0.5961f , 0.9843f , 0.5961f , 1.f };
|
|
const D2D1_COLOR_F SpringGreen = { 0.f , 1.f , 0.498f , 1.f };
|
|
const D2D1_COLOR_F LawnGreen = { 0.4863f , 0.9882f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Green = { 0.f , 1.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Chartreuse = { 0.498f , 1.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F MedSpringGreen = { 0.f , 0.9804f , 0.6039f , 1.f };
|
|
const D2D1_COLOR_F GreenYellow = { 0.6784f , 1.f , 0.1843f , 1.f };
|
|
const D2D1_COLOR_F LimeGreen = { 0.1961f , 0.8039f , 0.1961f , 1.f };
|
|
const D2D1_COLOR_F YellowGreen = { 0.6039f , 0.8039f , 0.1961f , 1.f };
|
|
const D2D1_COLOR_F ForestGreen = { 0.1333f , 0.5451f , 0.1333f , 1.f };
|
|
const D2D1_COLOR_F OliveDrab = { 0.4196f , 0.5569f , 0.1373f , 1.f };
|
|
const D2D1_COLOR_F DarkKhaki = { 0.7412f , 0.7176f , 0.4196f , 1.f };
|
|
const D2D1_COLOR_F PaleGoldenrod = { 0.9333f , 0.9098f , 0.6667f , 1.f };
|
|
const D2D1_COLOR_F LtGoldenrodYello = { 0.9804f , 0.9804f , 0.8235f , 1.f };
|
|
const D2D1_COLOR_F LightYellow = { 1.f , 1.f , 0.8784f , 1.f };
|
|
const D2D1_COLOR_F Yellow = { 1.f , 1.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Gold = { 1.f , 0.8431f , 0.f , 1.f };
|
|
const D2D1_COLOR_F LightGoldenrod = { 0.9333f , 0.8667f , 0.5098f , 1.f };
|
|
const D2D1_COLOR_F goldenrod = { 0.8549f , 0.6471f , 0.1255f , 1.f };
|
|
const D2D1_COLOR_F DarkGoldenrod = { 0.7216f , 0.5255f , 0.0431f , 1.f };
|
|
const D2D1_COLOR_F RosyBrown = { 0.7373f , 0.5608f , 0.5608f , 1.f };
|
|
const D2D1_COLOR_F IndianRed = { 0.8039f , 0.3608f , 0.3608f , 1.f };
|
|
const D2D1_COLOR_F SaddleBrown = { 0.5451f , 0.2706f , 0.0745f , 1.f };
|
|
const D2D1_COLOR_F Sienna = { 0.6275f , 0.3216f , 0.1765f , 1.f };
|
|
const D2D1_COLOR_F Peru = { 0.8039f , 0.5216f , 0.2471f , 1.f };
|
|
const D2D1_COLOR_F Burlywood = { 0.8706f , 0.7216f , 0.5294f , 1.f };
|
|
const D2D1_COLOR_F Beige = { 0.9608f , 0.9608f , 0.8627f , 1.f };
|
|
const D2D1_COLOR_F Wheat = { 0.9608f , 0.8706f , 0.702f , 1.f };
|
|
const D2D1_COLOR_F SandyBrown = { 0.9569f , 0.6431f , 0.3765f , 1.f };
|
|
const D2D1_COLOR_F Tan = { 0.8235f , 0.7059f , 0.549f , 1.f };
|
|
const D2D1_COLOR_F Chocolate = { 0.8235f , 0.4118f , 0.1176f , 1.f };
|
|
const D2D1_COLOR_F Firebrick = { 0.698f , 0.1333f , 0.1333f , 1.f };
|
|
const D2D1_COLOR_F Brown = { 0.6471f , 0.1647f , 0.1647f , 1.f };
|
|
const D2D1_COLOR_F DarkSalmon = { 0.9137f , 0.5882f , 0.4784f , 1.f };
|
|
const D2D1_COLOR_F Salmon = { 0.9804f , 0.502f , 0.4471f , 1.f };
|
|
const D2D1_COLOR_F LightSalmon = { 1.f , 0.6275f , 0.4784f , 1.f };
|
|
const D2D1_COLOR_F Orange = { 1.f , 0.6471f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkOrange = { 1.f , 0.549f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Coral = { 1.f , 0.498f , 0.3137f , 1.f };
|
|
const D2D1_COLOR_F LightCoral = { 0.9412f , 0.502f , 0.502f , 1.f };
|
|
const D2D1_COLOR_F Tomato = { 1.f , 0.3882f , 0.2784f , 1.f };
|
|
const D2D1_COLOR_F OrangeRed = { 1.f , 0.2706f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Red = { 1.f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F HotPink = { 1.f , 0.4118f , 0.7059f , 1.f };
|
|
const D2D1_COLOR_F DeepPink = { 1.f , 0.0784f , 0.5765f , 1.f };
|
|
const D2D1_COLOR_F Pink = { 1.f , 0.7529f , 0.7961f , 1.f };
|
|
const D2D1_COLOR_F LightPink = { 1.f , 0.7137f , 0.7569f , 1.f };
|
|
const D2D1_COLOR_F PaleVioletRed = { 0.8588f , 0.4392f , 0.5765f , 1.f };
|
|
const D2D1_COLOR_F Maroon = { 0.6902f , 0.1882f , 0.3765f , 1.f };
|
|
const D2D1_COLOR_F MediumVioletRed = { 0.7804f , 0.0824f , 0.5216f , 1.f };
|
|
const D2D1_COLOR_F VioletRed = { 0.8157f , 0.1255f , 0.5647f , 1.f };
|
|
const D2D1_COLOR_F Magenta = { 1.f , 0.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Violet = { 0.9333f , 0.5098f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Plum = { 0.8667f , 0.6275f , 0.8667f , 1.f };
|
|
const D2D1_COLOR_F Orchid = { 0.8549f , 0.4392f , 0.8392f , 1.f };
|
|
const D2D1_COLOR_F MediumOrchid = { 0.7294f , 0.3333f , 0.8275f , 1.f };
|
|
const D2D1_COLOR_F DarkOrchid = { 0.6f , 0.1961f , 0.8f , 1.f };
|
|
const D2D1_COLOR_F DarkViolet = { 0.5804f , 0.f , 0.8275f , 1.f };
|
|
const D2D1_COLOR_F BlueViolet = { 0.5412f , 0.1686f , 0.8863f , 1.f };
|
|
const D2D1_COLOR_F Purple = { 0.6275f , 0.1255f , 0.9412f , 1.f };
|
|
const D2D1_COLOR_F MediumPurple = { 0.5765f , 0.4392f , 0.8588f , 1.f };
|
|
const D2D1_COLOR_F Thistle = { 0.8471f , 0.749f , 0.8471f , 1.f };
|
|
const D2D1_COLOR_F Snow1 = { 1.f , 0.9804f , 0.9804f , 1.f };
|
|
const D2D1_COLOR_F Snow2 = { 0.9333f , 0.9137f , 0.9137f , 1.f };
|
|
const D2D1_COLOR_F Snow3 = { 0.8039f , 0.7882f , 0.7882f , 1.f };
|
|
const D2D1_COLOR_F Snow4 = { 0.5451f , 0.5373f , 0.5373f , 1.f };
|
|
const D2D1_COLOR_F Seashell1 = { 1.f , 0.9608f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Seashell2 = { 0.9333f , 0.898f , 0.8706f , 1.f };
|
|
const D2D1_COLOR_F Seashell3 = { 0.8039f , 0.7725f , 0.749f , 1.f };
|
|
const D2D1_COLOR_F Seashell4 = { 0.5451f , 0.5255f , 0.5098f , 1.f };
|
|
const D2D1_COLOR_F AntiqueWhite1 = { 1.f , 0.9373f , 0.8588f , 1.f };
|
|
const D2D1_COLOR_F AntiqueWhite2 = { 0.9333f , 0.8745f , 0.8f , 1.f };
|
|
const D2D1_COLOR_F AntiqueWhite3 = { 0.8039f , 0.7529f , 0.6902f , 1.f };
|
|
const D2D1_COLOR_F AntiqueWhite4 = { 0.5451f , 0.5137f , 0.4706f , 1.f };
|
|
const D2D1_COLOR_F Bisque1 = { 1.f , 0.8941f , 0.7686f , 1.f };
|
|
const D2D1_COLOR_F Bisque2 = { 0.9333f , 0.8353f , 0.7176f , 1.f };
|
|
const D2D1_COLOR_F Bisque3 = { 0.8039f , 0.7176f , 0.6196f , 1.f };
|
|
const D2D1_COLOR_F Bisque4 = { 0.5451f , 0.4902f , 0.4196f , 1.f };
|
|
const D2D1_COLOR_F PeachPuff1 = { 1.f , 0.8549f , 0.7255f , 1.f };
|
|
const D2D1_COLOR_F PeachPuff2 = { 0.9333f , 0.7961f , 0.6784f , 1.f };
|
|
const D2D1_COLOR_F PeachPuff3 = { 0.8039f , 0.6863f , 0.5843f , 1.f };
|
|
const D2D1_COLOR_F PeachPuff4 = { 0.5451f , 0.4667f , 0.3961f , 1.f };
|
|
const D2D1_COLOR_F NavajoWhite1 = { 1.f , 0.8706f , 0.6784f , 1.f };
|
|
const D2D1_COLOR_F NavajoWhite2 = { 0.9333f , 0.8118f , 0.6314f , 1.f };
|
|
const D2D1_COLOR_F NavajoWhite3 = { 0.8039f , 0.702f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F NavajoWhite4 = { 0.5451f , 0.4745f , 0.3686f , 1.f };
|
|
const D2D1_COLOR_F LemonChiffon1 = { 1.f , 0.9804f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F LemonChiffon2 = { 0.9333f , 0.9137f , 0.749f , 1.f };
|
|
const D2D1_COLOR_F LemonChiffon3 = { 0.8039f , 0.7882f , 0.6471f , 1.f };
|
|
const D2D1_COLOR_F LemonChiffon4 = { 0.5451f , 0.5373f , 0.4392f , 1.f };
|
|
const D2D1_COLOR_F Cornsilk1 = { 1.f , 0.9725f , 0.8627f , 1.f };
|
|
const D2D1_COLOR_F Cornsilk2 = { 0.9333f , 0.9098f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Cornsilk3 = { 0.8039f , 0.7843f , 0.6941f , 1.f };
|
|
const D2D1_COLOR_F Cornsilk4 = { 0.5451f , 0.5333f , 0.4706f , 1.f };
|
|
const D2D1_COLOR_F Ivory1 = { 1.f , 1.f , 0.9412f , 1.f };
|
|
const D2D1_COLOR_F Ivory2 = { 0.9333f , 0.9333f , 0.8784f , 1.f };
|
|
const D2D1_COLOR_F Ivory3 = { 0.8039f , 0.8039f , 0.7569f , 1.f };
|
|
const D2D1_COLOR_F Ivory4 = { 0.5451f , 0.5451f , 0.5137f , 1.f };
|
|
const D2D1_COLOR_F Honeydew1 = { 0.9412f , 1.f , 0.9412f , 1.f };
|
|
const D2D1_COLOR_F Honeydew2 = { 0.8784f , 0.9333f , 0.8784f , 1.f };
|
|
const D2D1_COLOR_F Honeydew3 = { 0.7569f , 0.8039f , 0.7569f , 1.f };
|
|
const D2D1_COLOR_F Honeydew4 = { 0.5137f , 0.5451f , 0.5137f , 1.f };
|
|
const D2D1_COLOR_F LavenderBlush1 = { 1.f , 0.9412f , 0.9608f , 1.f };
|
|
const D2D1_COLOR_F LavenderBlush2 = { 0.9333f , 0.8784f , 0.898f , 1.f };
|
|
const D2D1_COLOR_F LavenderBlush3 = { 0.8039f , 0.7569f , 0.7725f , 1.f };
|
|
const D2D1_COLOR_F LavenderBlush4 = { 0.5451f , 0.5137f , 0.5255f , 1.f };
|
|
const D2D1_COLOR_F MistyRose1 = { 1.f , 0.8941f , 0.8824f , 1.f };
|
|
const D2D1_COLOR_F MistyRose2 = { 0.9333f , 0.8353f , 0.8235f , 1.f };
|
|
const D2D1_COLOR_F MistyRose3 = { 0.8039f , 0.7176f , 0.7098f , 1.f };
|
|
const D2D1_COLOR_F MistyRose4 = { 0.5451f , 0.4902f , 0.4824f , 1.f };
|
|
const D2D1_COLOR_F Azure1 = { 0.9412f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Azure2 = { 0.8784f , 0.9333f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Azure3 = { 0.7569f , 0.8039f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Azure4 = { 0.5137f , 0.5451f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F SlateBlue1 = { 0.5137f , 0.4353f , 1.f , 1.f };
|
|
const D2D1_COLOR_F SlateBlue2 = { 0.4784f , 0.4039f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F SlateBlue3 = { 0.4118f , 0.349f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F SlateBlue4 = { 0.2784f , 0.2353f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F RoyalBlue1 = { 0.2824f , 0.4627f , 1.f , 1.f };
|
|
const D2D1_COLOR_F RoyalBlue2 = { 0.2627f , 0.4314f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F RoyalBlue3 = { 0.2275f , 0.3725f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F RoyalBlue4 = { 0.1529f , 0.251f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Blue1 = { 0.f , 0.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Blue2 = { 0.f , 0.f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Blue3 = { 0.f , 0.f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Blue4 = { 0.f , 0.f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DodgerBlue1 = { 0.1176f , 0.5647f , 1.f , 1.f };
|
|
const D2D1_COLOR_F DodgerBlue2 = { 0.1098f , 0.5255f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F DodgerBlue3 = { 0.0941f , 0.4549f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F DodgerBlue4 = { 0.0627f , 0.3059f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F SteelBlue1 = { 0.3882f , 0.7216f , 1.f , 1.f };
|
|
const D2D1_COLOR_F SteelBlue2 = { 0.3608f , 0.6745f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F SteelBlue3 = { 0.3098f , 0.5804f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F SteelBlue4 = { 0.2118f , 0.3922f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DeepSkyBlue1 = { 0.f , 0.749f , 1.f , 1.f };
|
|
const D2D1_COLOR_F DeepSkyBlue2 = { 0.f , 0.698f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F DeepSkyBlue3 = { 0.f , 0.6039f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F DeepSkyBlue4 = { 0.f , 0.4078f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F SkyBlue1 = { 0.5294f , 0.8078f , 1.f , 1.f };
|
|
const D2D1_COLOR_F SkyBlue2 = { 0.4941f , 0.7529f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F SkyBlue3 = { 0.4235f , 0.651f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F SkyBlue4 = { 0.2902f , 0.4392f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F LightSkyBlue1 = { 0.6902f , 0.8863f , 1.f , 1.f };
|
|
const D2D1_COLOR_F LightSkyBlue2 = { 0.6431f , 0.8275f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F LightSkyBlue3 = { 0.5529f , 0.7137f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F LightSkyBlue4 = { 0.3765f , 0.4824f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F SlateGray1 = { 0.7765f , 0.8863f , 1.f , 1.f };
|
|
const D2D1_COLOR_F SlateGray2 = { 0.7255f , 0.8275f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F SlateGray3 = { 0.6235f , 0.7137f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F SlateGray4 = { 0.4235f , 0.4824f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F LightSteelBlue1 = { 0.7922f , 0.8824f , 1.f , 1.f };
|
|
const D2D1_COLOR_F LightSteelBlue2 = { 0.7373f , 0.8235f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F LightSteelBlue3 = { 0.6353f , 0.7098f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F LightSteelBlue4 = { 0.4314f , 0.4824f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F LightBlue1 = { 0.749f , 0.9373f , 1.f , 1.f };
|
|
const D2D1_COLOR_F LightBlue2 = { 0.698f , 0.8745f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F LightBlue3 = { 0.6039f , 0.7529f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F LightBlue4 = { 0.4078f , 0.5137f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F LightCyan1 = { 0.8784f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F LightCyan2 = { 0.8196f , 0.9333f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F LightCyan3 = { 0.7059f , 0.8039f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F LightCyan4 = { 0.4784f , 0.5451f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F PaleTurquoise1 = { 0.7333f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F PaleTurquoise2 = { 0.6824f , 0.9333f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F PaleTurquoise3 = { 0.5882f , 0.8039f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F PaleTurquoise4 = { 0.4f , 0.5451f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F CadetBlue1 = { 0.5961f , 0.9608f , 1.f , 1.f };
|
|
const D2D1_COLOR_F CadetBlue2 = { 0.5569f , 0.898f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F CadetBlue3 = { 0.4784f , 0.7725f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F CadetBlue4 = { 0.3255f , 0.5255f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Turquoise1 = { 0.f , 0.9608f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Turquoise2 = { 0.f , 0.898f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Turquoise3 = { 0.f , 0.7725f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Turquoise4 = { 0.f , 0.5255f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Cyan1 = { 0.f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Cyan2 = { 0.f , 0.9333f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Cyan3 = { 0.f , 0.8039f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Cyan4 = { 0.f , 0.5451f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DarkSlateGray1 = { 0.5922f , 1.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F DarkSlateGray2 = { 0.5529f , 0.9333f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F DarkSlateGray3 = { 0.4745f , 0.8039f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F DarkSlateGray4 = { 0.3216f , 0.5451f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Aquamarine1 = { 0.498f , 1.f , 0.8314f , 1.f };
|
|
const D2D1_COLOR_F Aquamarine2 = { 0.4627f , 0.9333f , 0.7765f , 1.f };
|
|
const D2D1_COLOR_F Aquamarine3 = { 0.4f , 0.8039f , 0.6667f , 1.f };
|
|
const D2D1_COLOR_F Aquamarine4 = { 0.2706f , 0.5451f , 0.4549f , 1.f };
|
|
const D2D1_COLOR_F DarkSeaGreen1 = { 0.7569f , 1.f , 0.7569f , 1.f };
|
|
const D2D1_COLOR_F DarkSeaGreen2 = { 0.7059f , 0.9333f , 0.7059f , 1.f };
|
|
const D2D1_COLOR_F DarkSeaGreen3 = { 0.6078f , 0.8039f , 0.6078f , 1.f };
|
|
const D2D1_COLOR_F DarkSeaGreen4 = { 0.4118f , 0.5451f , 0.4118f , 1.f };
|
|
const D2D1_COLOR_F SeaGreen1 = { 0.3294f , 1.f , 0.6235f , 1.f };
|
|
const D2D1_COLOR_F SeaGreen2 = { 0.3059f , 0.9333f , 0.5804f , 1.f };
|
|
const D2D1_COLOR_F SeaGreen3 = { 0.2627f , 0.8039f , 0.502f , 1.f };
|
|
const D2D1_COLOR_F SeaGreen4 = { 0.1804f , 0.5451f , 0.3412f , 1.f };
|
|
const D2D1_COLOR_F PaleGreen1 = { 0.6039f , 1.f , 0.6039f , 1.f };
|
|
const D2D1_COLOR_F PaleGreen2 = { 0.5647f , 0.9333f , 0.5647f , 1.f };
|
|
const D2D1_COLOR_F PaleGreen3 = { 0.4863f , 0.8039f , 0.4863f , 1.f };
|
|
const D2D1_COLOR_F PaleGreen4 = { 0.3294f , 0.5451f , 0.3294f , 1.f };
|
|
const D2D1_COLOR_F SpringGreen1 = { 0.f , 1.f , 0.498f , 1.f };
|
|
const D2D1_COLOR_F SpringGreen2 = { 0.f , 0.9333f , 0.4627f , 1.f };
|
|
const D2D1_COLOR_F SpringGreen3 = { 0.f , 0.8039f , 0.4f , 1.f };
|
|
const D2D1_COLOR_F SpringGreen4 = { 0.f , 0.5451f , 0.2706f , 1.f };
|
|
const D2D1_COLOR_F Green1 = { 0.f , 1.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Green2 = { 0.f , 0.9333f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Green3 = { 0.f , 0.8039f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Green4 = { 0.f , 0.5451f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Chartreuse1 = { 0.498f , 1.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Chartreuse2 = { 0.4627f , 0.9333f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Chartreuse3 = { 0.4f , 0.8039f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Chartreuse4 = { 0.2706f , 0.5451f , 0.f , 1.f };
|
|
const D2D1_COLOR_F OliveDrab1 = { 0.7529f , 1.f , 0.2431f , 1.f };
|
|
const D2D1_COLOR_F OliveDrab2 = { 0.702f , 0.9333f , 0.2275f , 1.f };
|
|
const D2D1_COLOR_F OliveDrab3 = { 0.6039f , 0.8039f , 0.1961f , 1.f };
|
|
const D2D1_COLOR_F OliveDrab4 = { 0.4118f , 0.5451f , 0.1333f , 1.f };
|
|
const D2D1_COLOR_F DarkOliveGreen1 = { 0.7922f , 1.f , 0.4392f , 1.f };
|
|
const D2D1_COLOR_F DarkOliveGreen2 = { 0.7373f , 0.9333f , 0.4078f , 1.f };
|
|
const D2D1_COLOR_F DarkOliveGreen3 = { 0.6353f , 0.8039f , 0.3529f , 1.f };
|
|
const D2D1_COLOR_F DarkOliveGreen4 = { 0.4314f , 0.5451f , 0.2392f , 1.f };
|
|
const D2D1_COLOR_F Khaki1 = { 1.f , 0.9647f , 0.5608f , 1.f };
|
|
const D2D1_COLOR_F Khaki2 = { 0.9333f , 0.902f , 0.5216f , 1.f };
|
|
const D2D1_COLOR_F Khaki3 = { 0.8039f , 0.7765f , 0.451f , 1.f };
|
|
const D2D1_COLOR_F Khaki4 = { 0.5451f , 0.5255f , 0.3059f , 1.f };
|
|
const D2D1_COLOR_F LightGoldenrod1 = { 1.f , 0.9255f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F LightGoldenrod2 = { 0.9333f , 0.8627f , 0.5098f , 1.f };
|
|
const D2D1_COLOR_F LightGoldenrod3 = { 0.8039f , 0.7451f , 0.4392f , 1.f };
|
|
const D2D1_COLOR_F LightGoldenrod4 = { 0.5451f , 0.5059f , 0.298f , 1.f };
|
|
const D2D1_COLOR_F LightYellow1 = { 1.f , 1.f , 0.8784f , 1.f };
|
|
const D2D1_COLOR_F LightYellow2 = { 0.9333f , 0.9333f , 0.8196f , 1.f };
|
|
const D2D1_COLOR_F LightYellow3 = { 0.8039f , 0.8039f , 0.7059f , 1.f };
|
|
const D2D1_COLOR_F LightYellow4 = { 0.5451f , 0.5451f , 0.4784f , 1.f };
|
|
const D2D1_COLOR_F Yellow1 = { 1.f , 1.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Yellow2 = { 0.9333f , 0.9333f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Yellow3 = { 0.8039f , 0.8039f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Yellow4 = { 0.5451f , 0.5451f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Gold1 = { 1.f , 0.8431f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Gold2 = { 0.9333f , 0.7882f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Gold3 = { 0.8039f , 0.6784f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Gold4 = { 0.5451f , 0.4588f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Goldenrod1 = { 1.f , 0.7569f , 0.1451f , 1.f };
|
|
const D2D1_COLOR_F Goldenrod2 = { 0.9333f , 0.7059f , 0.1333f , 1.f };
|
|
const D2D1_COLOR_F Goldenrod3 = { 0.8039f , 0.6078f , 0.1137f , 1.f };
|
|
const D2D1_COLOR_F Goldenrod4 = { 0.5451f , 0.4118f , 0.0784f , 1.f };
|
|
const D2D1_COLOR_F DarkGoldenrod1 = { 1.f , 0.7255f , 0.0588f , 1.f };
|
|
const D2D1_COLOR_F DarkGoldenrod2 = { 0.9333f , 0.6784f , 0.0549f , 1.f };
|
|
const D2D1_COLOR_F DarkGoldenrod3 = { 0.8039f , 0.5843f , 0.0471f , 1.f };
|
|
const D2D1_COLOR_F DarkGoldenrod4 = { 0.5451f , 0.3961f , 0.0314f , 1.f };
|
|
const D2D1_COLOR_F RosyBrown1 = { 1.f , 0.7569f , 0.7569f , 1.f };
|
|
const D2D1_COLOR_F RosyBrown2 = { 0.9333f , 0.7059f , 0.7059f , 1.f };
|
|
const D2D1_COLOR_F RosyBrown3 = { 0.8039f , 0.6078f , 0.6078f , 1.f };
|
|
const D2D1_COLOR_F RosyBrown4 = { 0.5451f , 0.4118f , 0.4118f , 1.f };
|
|
const D2D1_COLOR_F IndianRed1 = { 1.f , 0.4157f , 0.4157f , 1.f };
|
|
const D2D1_COLOR_F IndianRed2 = { 0.9333f , 0.3882f , 0.3882f , 1.f };
|
|
const D2D1_COLOR_F IndianRed3 = { 0.8039f , 0.3333f , 0.3333f , 1.f };
|
|
const D2D1_COLOR_F IndianRed4 = { 0.5451f , 0.2275f , 0.2275f , 1.f };
|
|
const D2D1_COLOR_F Sienna1 = { 1.f , 0.5098f , 0.2784f , 1.f };
|
|
const D2D1_COLOR_F Sienna2 = { 0.9333f , 0.4745f , 0.2588f , 1.f };
|
|
const D2D1_COLOR_F Sienna3 = { 0.8039f , 0.4078f , 0.2235f , 1.f };
|
|
const D2D1_COLOR_F Sienna4 = { 0.5451f , 0.2784f , 0.149f , 1.f };
|
|
const D2D1_COLOR_F Burlywood1 = { 1.f , 0.8275f , 0.6078f , 1.f };
|
|
const D2D1_COLOR_F Burlywood2 = { 0.9333f , 0.7725f , 0.5686f , 1.f };
|
|
const D2D1_COLOR_F Burlywood3 = { 0.8039f , 0.6667f , 0.4902f , 1.f };
|
|
const D2D1_COLOR_F Burlywood4 = { 0.5451f , 0.451f , 0.3333f , 1.f };
|
|
const D2D1_COLOR_F Wheat1 = { 1.f , 0.9059f , 0.7294f , 1.f };
|
|
const D2D1_COLOR_F Wheat2 = { 0.9333f , 0.8471f , 0.6824f , 1.f };
|
|
const D2D1_COLOR_F Wheat3 = { 0.8039f , 0.7294f , 0.5882f , 1.f };
|
|
const D2D1_COLOR_F Wheat4 = { 0.5451f , 0.4941f , 0.4f , 1.f };
|
|
const D2D1_COLOR_F Tan1 = { 1.f , 0.6471f , 0.3098f , 1.f };
|
|
const D2D1_COLOR_F Tan2 = { 0.9333f , 0.6039f , 0.2863f , 1.f };
|
|
const D2D1_COLOR_F Tan3 = { 0.8039f , 0.5216f , 0.2471f , 1.f };
|
|
const D2D1_COLOR_F Tan4 = { 0.5451f , 0.3529f , 0.1686f , 1.f };
|
|
const D2D1_COLOR_F Chocolate1 = { 1.f , 0.498f , 0.1412f , 1.f };
|
|
const D2D1_COLOR_F Chocolate2 = { 0.9333f , 0.4627f , 0.1294f , 1.f };
|
|
const D2D1_COLOR_F Chocolate3 = { 0.8039f , 0.4f , 0.1137f , 1.f };
|
|
const D2D1_COLOR_F Chocolate4 = { 0.5451f , 0.2706f , 0.0745f , 1.f };
|
|
const D2D1_COLOR_F Firebrick1 = { 1.f , 0.1882f , 0.1882f , 1.f };
|
|
const D2D1_COLOR_F Firebrick2 = { 0.9333f , 0.1725f , 0.1725f , 1.f };
|
|
const D2D1_COLOR_F Firebrick3 = { 0.8039f , 0.149f , 0.149f , 1.f };
|
|
const D2D1_COLOR_F Firebrick4 = { 0.5451f , 0.102f , 0.102f , 1.f };
|
|
const D2D1_COLOR_F Brown1 = { 1.f , 0.251f , 0.251f , 1.f };
|
|
const D2D1_COLOR_F Brown2 = { 0.9333f , 0.2314f , 0.2314f , 1.f };
|
|
const D2D1_COLOR_F Brown3 = { 0.8039f , 0.2f , 0.2f , 1.f };
|
|
const D2D1_COLOR_F Brown4 = { 0.5451f , 0.1373f , 0.1373f , 1.f };
|
|
const D2D1_COLOR_F Salmon1 = { 1.f , 0.549f , 0.4118f , 1.f };
|
|
const D2D1_COLOR_F Salmon2 = { 0.9333f , 0.5098f , 0.3843f , 1.f };
|
|
const D2D1_COLOR_F Salmon3 = { 0.8039f , 0.4392f , 0.3294f , 1.f };
|
|
const D2D1_COLOR_F Salmon4 = { 0.5451f , 0.298f , 0.2235f , 1.f };
|
|
const D2D1_COLOR_F LightSalmon1 = { 1.f , 0.6275f , 0.4784f , 1.f };
|
|
const D2D1_COLOR_F LightSalmon2 = { 0.9333f , 0.5843f , 0.4471f , 1.f };
|
|
const D2D1_COLOR_F LightSalmon3 = { 0.8039f , 0.5059f , 0.3843f , 1.f };
|
|
const D2D1_COLOR_F LightSalmon4 = { 0.5451f , 0.3412f , 0.2588f , 1.f };
|
|
const D2D1_COLOR_F Orange1 = { 1.f , 0.6471f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Orange2 = { 0.9333f , 0.6039f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Orange3 = { 0.8039f , 0.5216f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Orange4 = { 0.5451f , 0.3529f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkOrange1 = { 1.f , 0.498f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkOrange2 = { 0.9333f , 0.4627f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkOrange3 = { 0.8039f , 0.4f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DarkOrange4 = { 0.5451f , 0.2706f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Coral1 = { 1.f , 0.4471f , 0.3373f , 1.f };
|
|
const D2D1_COLOR_F Coral2 = { 0.9333f , 0.4157f , 0.3137f , 1.f };
|
|
const D2D1_COLOR_F Coral3 = { 0.8039f , 0.3569f , 0.2706f , 1.f };
|
|
const D2D1_COLOR_F Coral4 = { 0.5451f , 0.2431f , 0.1843f , 1.f };
|
|
const D2D1_COLOR_F Tomato1 = { 1.f , 0.3882f , 0.2784f , 1.f };
|
|
const D2D1_COLOR_F Tomato2 = { 0.9333f , 0.3608f , 0.2588f , 1.f };
|
|
const D2D1_COLOR_F Tomato3 = { 0.8039f , 0.3098f , 0.2235f , 1.f };
|
|
const D2D1_COLOR_F Tomato4 = { 0.5451f , 0.2118f , 0.149f , 1.f };
|
|
const D2D1_COLOR_F OrangeRed1 = { 1.f , 0.2706f , 0.f , 1.f };
|
|
const D2D1_COLOR_F OrangeRed2 = { 0.9333f , 0.251f , 0.f , 1.f };
|
|
const D2D1_COLOR_F OrangeRed3 = { 0.8039f , 0.2157f , 0.f , 1.f };
|
|
const D2D1_COLOR_F OrangeRed4 = { 0.5451f , 0.1451f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Red1 = { 1.f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Red2 = { 0.9333f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Red3 = { 0.8039f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F Red4 = { 0.5451f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F DeepPink1 = { 1.f , 0.0784f , 0.5765f , 1.f };
|
|
const D2D1_COLOR_F DeepPink2 = { 0.9333f , 0.0706f , 0.5373f , 1.f };
|
|
const D2D1_COLOR_F DeepPink3 = { 0.8039f , 0.0627f , 0.4627f , 1.f };
|
|
const D2D1_COLOR_F DeepPink4 = { 0.5451f , 0.0392f , 0.3137f , 1.f };
|
|
const D2D1_COLOR_F HotPink1 = { 1.f , 0.4314f , 0.7059f , 1.f };
|
|
const D2D1_COLOR_F HotPink2 = { 0.9333f , 0.4157f , 0.6549f , 1.f };
|
|
const D2D1_COLOR_F HotPink3 = { 0.8039f , 0.3765f , 0.5647f , 1.f };
|
|
const D2D1_COLOR_F HotPink4 = { 0.5451f , 0.2275f , 0.3843f , 1.f };
|
|
const D2D1_COLOR_F Pink1 = { 1.f , 0.7098f , 0.7725f , 1.f };
|
|
const D2D1_COLOR_F Pink2 = { 0.9333f , 0.6627f , 0.7216f , 1.f };
|
|
const D2D1_COLOR_F Pink3 = { 0.8039f , 0.5686f , 0.6196f , 1.f };
|
|
const D2D1_COLOR_F Pink4 = { 0.5451f , 0.3882f , 0.4235f , 1.f };
|
|
const D2D1_COLOR_F LightPink1 = { 1.f , 0.6824f , 0.7255f , 1.f };
|
|
const D2D1_COLOR_F LightPink2 = { 0.9333f , 0.6353f , 0.6784f , 1.f };
|
|
const D2D1_COLOR_F LightPink3 = { 0.8039f , 0.549f , 0.5843f , 1.f };
|
|
const D2D1_COLOR_F LightPink4 = { 0.5451f , 0.3725f , 0.3961f , 1.f };
|
|
const D2D1_COLOR_F PaleVioletRed1 = { 1.f , 0.5098f , 0.6706f , 1.f };
|
|
const D2D1_COLOR_F PaleVioletRed2 = { 0.9333f , 0.4745f , 0.6235f , 1.f };
|
|
const D2D1_COLOR_F PaleVioletRed3 = { 0.8039f , 0.4078f , 0.5373f , 1.f };
|
|
const D2D1_COLOR_F PaleVioletRed4 = { 0.5451f , 0.2784f , 0.3647f , 1.f };
|
|
const D2D1_COLOR_F Maroon1 = { 1.f , 0.2039f , 0.702f , 1.f };
|
|
const D2D1_COLOR_F Maroon2 = { 0.9333f , 0.1882f , 0.6549f , 1.f };
|
|
const D2D1_COLOR_F Maroon3 = { 0.8039f , 0.1608f , 0.5647f , 1.f };
|
|
const D2D1_COLOR_F Maroon4 = { 0.5451f , 0.1098f , 0.3843f , 1.f };
|
|
const D2D1_COLOR_F VioletRed1 = { 1.f , 0.2431f , 0.5882f , 1.f };
|
|
const D2D1_COLOR_F VioletRed2 = { 0.9333f , 0.2275f , 0.549f , 1.f };
|
|
const D2D1_COLOR_F VioletRed3 = { 0.8039f , 0.1961f , 0.4706f , 1.f };
|
|
const D2D1_COLOR_F VioletRed4 = { 0.5451f , 0.1333f , 0.3216f , 1.f };
|
|
const D2D1_COLOR_F Magenta1 = { 1.f , 0.f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Magenta2 = { 0.9333f , 0.f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Magenta3 = { 0.8039f , 0.f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Magenta4 = { 0.5451f , 0.f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Orchid1 = { 1.f , 0.5137f , 0.9804f , 1.f };
|
|
const D2D1_COLOR_F Orchid2 = { 0.9333f , 0.4784f , 0.9137f , 1.f };
|
|
const D2D1_COLOR_F Orchid3 = { 0.8039f , 0.4118f , 0.7882f , 1.f };
|
|
const D2D1_COLOR_F Orchid4 = { 0.5451f , 0.2784f , 0.5373f , 1.f };
|
|
const D2D1_COLOR_F Plum1 = { 1.f , 0.7333f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Plum2 = { 0.9333f , 0.6824f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Plum3 = { 0.8039f , 0.5882f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Plum4 = { 0.5451f , 0.4f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F MediumOrchid1 = { 0.8784f , 0.4f , 1.f , 1.f };
|
|
const D2D1_COLOR_F MediumOrchid2 = { 0.8196f , 0.3725f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F MediumOrchid3 = { 0.7059f , 0.3216f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F MediumOrchid4 = { 0.4784f , 0.2157f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DarkOrchid1 = { 0.749f , 0.2431f , 1.f , 1.f };
|
|
const D2D1_COLOR_F DarkOrchid2 = { 0.698f , 0.2275f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F DarkOrchid3 = { 0.6039f , 0.1961f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F DarkOrchid4 = { 0.4078f , 0.1333f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Purple1 = { 0.6078f , 0.1882f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Purple2 = { 0.5686f , 0.1725f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Purple3 = { 0.4902f , 0.149f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Purple4 = { 0.3333f , 0.102f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F MediumPurple1 = { 0.6706f , 0.5098f , 1.f , 1.f };
|
|
const D2D1_COLOR_F MediumPurple2 = { 0.6235f , 0.4745f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F MediumPurple3 = { 0.5373f , 0.4078f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F MediumPurple4 = { 0.3647f , 0.2784f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F Thistle1 = { 1.f , 0.8824f , 1.f , 1.f };
|
|
const D2D1_COLOR_F Thistle2 = { 0.9333f , 0.8235f , 0.9333f , 1.f };
|
|
const D2D1_COLOR_F Thistle3 = { 0.8039f , 0.7098f , 0.8039f , 1.f };
|
|
const D2D1_COLOR_F Thistle4 = { 0.5451f , 0.4824f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F grey11 = { 0.1098f , 0.1098f , 0.1098f , 1.f };
|
|
const D2D1_COLOR_F grey21 = { 0.2118f , 0.2118f , 0.2118f , 1.f };
|
|
const D2D1_COLOR_F grey31 = { 0.3098f , 0.3098f , 0.3098f , 1.f };
|
|
const D2D1_COLOR_F grey41 = { 0.4118f , 0.4118f , 0.4118f , 1.f };
|
|
const D2D1_COLOR_F grey51 = { 0.5098f , 0.5098f , 0.5098f , 1.f };
|
|
const D2D1_COLOR_F grey61 = { 0.6118f , 0.6118f , 0.6118f , 1.f };
|
|
const D2D1_COLOR_F grey71 = { 0.7098f , 0.7098f , 0.7098f , 1.f };
|
|
const D2D1_COLOR_F gray81 = { 0.8118f , 0.8118f , 0.8118f , 1.f };
|
|
const D2D1_COLOR_F gray91 = { 0.9098f , 0.9098f , 0.9098f , 1.f };
|
|
const D2D1_COLOR_F DarkGrey = { 0.6627f , 0.6627f , 0.6627f , 1.f };
|
|
const D2D1_COLOR_F DarkBlue = { 0.f , 0.f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DarkCyan = { 0.f , 0.5451f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DarkMagenta = { 0.5451f , 0.f , 0.5451f , 1.f };
|
|
const D2D1_COLOR_F DarkRed = { 0.5451f , 0.f , 0.f , 1.f };
|
|
const D2D1_COLOR_F LightGreen = { 0.5647f , 0.9333f , 0.5647f , 1.f };
|
|
}
|
|
|
|
namespace Win32Colors
|
|
{
|
|
const DWORD Snow = RGB(255, 250, 250);
|
|
const DWORD PaleTurquoise1 = RGB(187, 255, 255);
|
|
const DWORD GhostWhite = RGB(248, 248, 255);
|
|
const DWORD PaleTurquoise2 = RGB(174, 238, 238);
|
|
const DWORD WhiteSmoke = RGB(245, 245, 245);
|
|
const DWORD PaleTurquoise3 = RGB(150, 205, 205);
|
|
const DWORD Gainsboro = RGB(220, 220, 220);
|
|
const DWORD PaleTurquoise4 = RGB(102, 139, 139);
|
|
const DWORD FloralWhite = RGB(255, 250, 240);
|
|
const DWORD CadetBlue1 = RGB(152, 245, 255);
|
|
const DWORD OldLace = RGB(253, 245, 230);
|
|
const DWORD CadetBlue2 = RGB(142, 229, 238);
|
|
const DWORD Linen = RGB(250, 240, 230);
|
|
const DWORD CadetBlue3 = RGB(122, 197, 205);
|
|
const DWORD AntiqueWhite = RGB(250, 235, 215);
|
|
const DWORD CadetBlue4 = RGB(83, 134, 139);
|
|
const DWORD PapayaWhip = RGB(255, 239, 213);
|
|
const DWORD Turquoise1 = RGB(0, 245, 255);
|
|
const DWORD BlanchedAlmond = RGB(255, 235, 205);
|
|
const DWORD Turquoise2 = RGB(0, 229, 238);
|
|
const DWORD Bisque = RGB(255, 228, 196);
|
|
const DWORD Turquoise3 = RGB(0, 197, 205);
|
|
const DWORD PeachPuff = RGB(255, 218, 185);
|
|
const DWORD Turquoise4 = RGB(0, 134, 139);
|
|
const DWORD NavajoWhite = RGB(255, 222, 173);
|
|
const DWORD Cyan1 = RGB(0, 255, 255);
|
|
const DWORD Moccasin = RGB(255, 228, 181);
|
|
const DWORD Cyan2 = RGB(0, 238, 238);
|
|
const DWORD Cornsilk = RGB(255, 248, 220);
|
|
const DWORD Cyan3 = RGB(0, 205, 205);
|
|
const DWORD Ivory = RGB(255, 255, 240);
|
|
const DWORD Cyan4 = RGB(0, 139, 139);
|
|
const DWORD LemonChiffon = RGB(255, 250, 205);
|
|
const DWORD DarkSlateGray1 = RGB(151, 255, 255);
|
|
const DWORD Seashell = RGB(255, 245, 238);
|
|
const DWORD DarkSlateGray2 = RGB(141, 238, 238);
|
|
const DWORD Honeydew = RGB(240, 255, 240);
|
|
const DWORD DarkSlateGray3 = RGB(121, 205, 205);
|
|
const DWORD MintCream = RGB(245, 255, 250);
|
|
const DWORD DarkSlateGray4 = RGB(82, 139, 139);
|
|
const DWORD Azure = RGB(240, 255, 255);
|
|
const DWORD Aquamarine1 = RGB(127, 255, 212);
|
|
const DWORD AliceBlue = RGB(240, 248, 255);
|
|
const DWORD Aquamarine2 = RGB(118, 238, 198);
|
|
const DWORD lavender = RGB(230, 230, 250);
|
|
const DWORD Aquamarine3 = RGB(102, 205, 170);
|
|
const DWORD LavenderBlush = RGB(255, 240, 245);
|
|
const DWORD Aquamarine4 = RGB(69, 139, 116);
|
|
const DWORD MistyRose = RGB(255, 228, 225);
|
|
const DWORD DarkSeaGreen1 = RGB(193, 255, 193);
|
|
const DWORD White = RGB(255, 255, 255);
|
|
const DWORD DarkSeaGreen2 = RGB(180, 238, 180);
|
|
const DWORD Black = RGB(0, 0, 0);
|
|
const DWORD DarkSeaGreen3 = RGB(155, 205, 155);
|
|
const DWORD DarkSlateGray = RGB(47, 79, 79);
|
|
const DWORD DarkSeaGreen4 = RGB(105, 139, 105);
|
|
const DWORD DimGrey = RGB(105, 105, 105);
|
|
const DWORD SeaGreen1 = RGB(84, 255, 159);
|
|
const DWORD SlateGrey = RGB(112, 128, 144);
|
|
const DWORD SeaGreen2 = RGB(78, 238, 148);
|
|
const DWORD LightSlateGray = RGB(119, 136, 153);
|
|
const DWORD SeaGreen3 = RGB(67, 205, 128);
|
|
const DWORD Grey = RGB(190, 190, 190);
|
|
const DWORD SeaGreen4 = RGB(46, 139, 87);
|
|
const DWORD LightGray = RGB(211, 211, 211);
|
|
const DWORD PaleGreen1 = RGB(154, 255, 154);
|
|
const DWORD MidnightBlue = RGB(25, 25, 112);
|
|
const DWORD PaleGreen2 = RGB(144, 238, 144);
|
|
const DWORD NavyBlue = RGB(0, 0, 128);
|
|
const DWORD PaleGreen3 = RGB(124, 205, 124);
|
|
const DWORD CornflowerBlue = RGB(100, 149, 237);
|
|
const DWORD PaleGreen4 = RGB(84, 139, 84);
|
|
const DWORD DarkSlateBlue = RGB(72, 61, 139);
|
|
const DWORD SpringGreen1 = RGB(0, 255, 127);
|
|
const DWORD SlateBlue = RGB(106, 90, 205);
|
|
const DWORD SpringGreen2 = RGB(0, 238, 118);
|
|
const DWORD MediumSlateBlue = RGB(123, 104, 238);
|
|
const DWORD SpringGreen3 = RGB(0, 205, 102);
|
|
const DWORD LightSlateBlue = RGB(132, 112, 255);
|
|
const DWORD SpringGreen4 = RGB(0, 139, 69);
|
|
const DWORD MediumBlue = RGB(0, 0, 205);
|
|
const DWORD Green1 = RGB(0, 255, 0);
|
|
const DWORD RoyalBlue = RGB(65, 105, 225);
|
|
const DWORD Green2 = RGB(0, 238, 0);
|
|
const DWORD Blue = RGB(0, 0, 255);
|
|
const DWORD Green3 = RGB(0, 205, 0);
|
|
const DWORD DodgerBlue = RGB(30, 144, 255);
|
|
const DWORD Green4 = RGB(0, 139, 0);
|
|
const DWORD DeepSkyBlue = RGB(0, 191, 255);
|
|
const DWORD Chartreuse1 = RGB(127, 255, 0);
|
|
const DWORD SkyBlue = RGB(135, 206, 235);
|
|
const DWORD Chartreuse2 = RGB(118, 238, 0);
|
|
const DWORD LightSkyBlue = RGB(135, 206, 250);
|
|
const DWORD Chartreuse3 = RGB(102, 205, 0);
|
|
const DWORD SteelBlue = RGB(70, 130, 180);
|
|
const DWORD Chartreuse4 = RGB(69, 139, 0);
|
|
const DWORD LightSteelBlue = RGB(176, 196, 222);
|
|
const DWORD OliveDrab1 = RGB(192, 255, 62);
|
|
const DWORD LightBlue = RGB(173, 216, 230);
|
|
const DWORD OliveDrab2 = RGB(179, 238, 58);
|
|
const DWORD PowderBlue = RGB(176, 224, 230);
|
|
const DWORD OliveDrab3 = RGB(154, 205, 50);
|
|
const DWORD PaleTurquoise = RGB(175, 238, 238);
|
|
const DWORD OliveDrab4 = RGB(105, 139, 34);
|
|
const DWORD DarkTurquoise = RGB(0, 206, 209);
|
|
const DWORD DarkOliveGreen1 = RGB(202, 255, 112);
|
|
const DWORD MediumTurquoise = RGB(72, 209, 204);
|
|
const DWORD DarkOliveGreen2 = RGB(188, 238, 104);
|
|
const DWORD Turquoise = RGB(64, 224, 208);
|
|
const DWORD DarkOliveGreen3 = RGB(162, 205, 90);
|
|
const DWORD Cyan = RGB(0, 255, 255);
|
|
const DWORD DarkOliveGreen4 = RGB(110, 139, 61);
|
|
const DWORD LightCyan = RGB(224, 255, 255);
|
|
const DWORD Khaki1 = RGB(255, 246, 143);
|
|
const DWORD CadetBlue = RGB(95, 158, 160);
|
|
const DWORD Khaki2 = RGB(238, 230, 133);
|
|
const DWORD MediumAquamarine = RGB(102, 205, 170);
|
|
const DWORD Khaki3 = RGB(205, 198, 115);
|
|
const DWORD Aquamarine = RGB(127, 255, 212);
|
|
const DWORD Khaki4 = RGB(139, 134, 78);
|
|
const DWORD DarkGreen = RGB(0, 100, 0);
|
|
const DWORD LightGoldenrod1 = RGB(255, 236, 139);
|
|
const DWORD DarkOliveGreen = RGB(85, 107, 47);
|
|
const DWORD LightGoldenrod2 = RGB(238, 220, 130);
|
|
const DWORD DarkSeaGreen = RGB(143, 188, 143);
|
|
const DWORD LightGoldenrod3 = RGB(205, 190, 112);
|
|
const DWORD SeaGreen = RGB(46, 139, 87);
|
|
const DWORD LightGoldenrod4 = RGB(139, 129, 76);
|
|
const DWORD MediumSeaGreen = RGB(60, 179, 113);
|
|
const DWORD LightYellow1 = RGB(255, 255, 224);
|
|
const DWORD LightSeaGreen = RGB(32, 178, 170);
|
|
const DWORD LightYellow2 = RGB(238, 238, 209);
|
|
const DWORD PaleGreen = RGB(152, 251, 152);
|
|
const DWORD LightYellow3 = RGB(205, 205, 180);
|
|
const DWORD SpringGreen = RGB(0, 255, 127);
|
|
const DWORD LightYellow4 = RGB(139, 139, 122);
|
|
const DWORD LawnGreen = RGB(124, 252, 0);
|
|
const DWORD Yellow1 = RGB(255, 255, 0);
|
|
const DWORD Green = RGB(0, 255, 0);
|
|
const DWORD Yellow2 = RGB(238, 238, 0);
|
|
const DWORD Chartreuse = RGB(127, 255, 0);
|
|
const DWORD Yellow3 = RGB(205, 205, 0);
|
|
const DWORD MedSpringGreen = RGB(0, 250, 154);
|
|
const DWORD Yellow4 = RGB(139, 139, 0);
|
|
const DWORD GreenYellow = RGB(173, 255, 47);
|
|
const DWORD Gold1 = RGB(255, 215, 0);
|
|
const DWORD LimeGreen = RGB(50, 205, 50);
|
|
const DWORD Gold2 = RGB(238, 201, 0);
|
|
const DWORD YellowGreen = RGB(154, 205, 50);
|
|
const DWORD Gold3 = RGB(205, 173, 0);
|
|
const DWORD ForestGreen = RGB(34, 139, 34);
|
|
const DWORD Gold4 = RGB(139, 117, 0);
|
|
const DWORD OliveDrab = RGB(107, 142, 35);
|
|
const DWORD Goldenrod1 = RGB(255, 193, 37);
|
|
const DWORD DarkKhaki = RGB(189, 183, 107);
|
|
const DWORD Goldenrod2 = RGB(238, 180, 34);
|
|
const DWORD PaleGoldenrod = RGB(238, 232, 170);
|
|
const DWORD Goldenrod3 = RGB(205, 155, 29);
|
|
const DWORD LtGoldenrodYello = RGB(250, 250, 210);
|
|
const DWORD Goldenrod4 = RGB(139, 105, 20);
|
|
const DWORD LightYellow = RGB(255, 255, 224);
|
|
const DWORD DarkGoldenrod1 = RGB(255, 185, 15);
|
|
const DWORD Yellow = RGB(255, 255, 0);
|
|
const DWORD DarkGoldenrod2 = RGB(238, 173, 14);
|
|
const DWORD Gold = RGB(255, 215, 0);
|
|
const DWORD DarkGoldenrod3 = RGB(205, 149, 12);
|
|
const DWORD LightGoldenrod = RGB(238, 221, 130);
|
|
const DWORD DarkGoldenrod4 = RGB(139, 101, 8);
|
|
const DWORD goldenrod = RGB(218, 165, 32);
|
|
const DWORD RosyBrown1 = RGB(255, 193, 193);
|
|
const DWORD DarkGoldenrod = RGB(184, 134, 11);
|
|
const DWORD RosyBrown2 = RGB(238, 180, 180);
|
|
const DWORD RosyBrown = RGB(188, 143, 143);
|
|
const DWORD RosyBrown3 = RGB(205, 155, 155);
|
|
const DWORD IndianRed = RGB(205, 92, 92);
|
|
const DWORD RosyBrown4 = RGB(139, 105, 105);
|
|
const DWORD SaddleBrown = RGB(139, 69, 19);
|
|
const DWORD IndianRed1 = RGB(255, 106, 106);
|
|
const DWORD Sienna = RGB(160, 82, 45);
|
|
const DWORD IndianRed2 = RGB(238, 99, 99);
|
|
const DWORD Peru = RGB(205, 133, 63);
|
|
const DWORD IndianRed3 = RGB(205, 85, 85);
|
|
const DWORD Burlywood = RGB(222, 184, 135);
|
|
const DWORD IndianRed4 = RGB(139, 58, 58);
|
|
const DWORD Beige = RGB(245, 245, 220);
|
|
const DWORD Sienna1 = RGB(255, 130, 71);
|
|
const DWORD Wheat = RGB(245, 222, 179);
|
|
const DWORD Sienna2 = RGB(238, 121, 66);
|
|
const DWORD SandyBrown = RGB(244, 164, 96);
|
|
const DWORD Sienna3 = RGB(205, 104, 57);
|
|
const DWORD Tan = RGB(210, 180, 140);
|
|
const DWORD Sienna4 = RGB(139, 71, 38);
|
|
const DWORD Chocolate = RGB(210, 105, 30);
|
|
const DWORD Burlywood1 = RGB(255, 211, 155);
|
|
const DWORD Firebrick = RGB(178, 34, 34);
|
|
const DWORD Burlywood2 = RGB(238, 197, 145);
|
|
const DWORD Brown = RGB(165, 42, 42);
|
|
const DWORD Burlywood3 = RGB(205, 170, 125);
|
|
const DWORD DarkSalmon = RGB(233, 150, 122);
|
|
const DWORD Burlywood4 = RGB(139, 115, 85);
|
|
const DWORD Salmon = RGB(250, 128, 114);
|
|
const DWORD Wheat1 = RGB(255, 231, 186);
|
|
const DWORD LightSalmon = RGB(255, 160, 122);
|
|
const DWORD Wheat2 = RGB(238, 216, 174);
|
|
const DWORD Orange = RGB(255, 165, 0);
|
|
const DWORD Wheat3 = RGB(205, 186, 150);
|
|
const DWORD DarkOrange = RGB(255, 140, 0);
|
|
const DWORD Wheat4 = RGB(139, 126, 102);
|
|
const DWORD Coral = RGB(255, 127, 80);
|
|
const DWORD Tan1 = RGB(255, 165, 79);
|
|
const DWORD LightCoral = RGB(240, 128, 128);
|
|
const DWORD Tan2 = RGB(238, 154, 73);
|
|
const DWORD Tomato = RGB(255, 99, 71);
|
|
const DWORD Tan3 = RGB(205, 133, 63);
|
|
const DWORD OrangeRed = RGB(255, 69, 0);
|
|
const DWORD Tan4 = RGB(139, 90, 43);
|
|
const DWORD Red = RGB(255, 0, 0);
|
|
const DWORD Chocolate1 = RGB(255, 127, 36);
|
|
const DWORD HotPink = RGB(255, 105, 180);
|
|
const DWORD Chocolate2 = RGB(238, 118, 33);
|
|
const DWORD DeepPink = RGB(255, 20, 147);
|
|
const DWORD Chocolate3 = RGB(205, 102, 29);
|
|
const DWORD Pink = RGB(255, 192, 203);
|
|
const DWORD Chocolate4 = RGB(139, 69, 19);
|
|
const DWORD LightPink = RGB(255, 182, 193);
|
|
const DWORD Firebrick1 = RGB(255, 48, 48);
|
|
const DWORD PaleVioletRed = RGB(219, 112, 147);
|
|
const DWORD Firebrick2 = RGB(238, 44, 44);
|
|
const DWORD Maroon = RGB(176, 48, 96);
|
|
const DWORD Firebrick3 = RGB(205, 38, 38);
|
|
const DWORD MediumVioletRed = RGB(199, 21, 133);
|
|
const DWORD Firebrick4 = RGB(139, 26, 26);
|
|
const DWORD VioletRed = RGB(208, 32, 144);
|
|
const DWORD Brown1 = RGB(255, 64, 64);
|
|
const DWORD Magenta = RGB(255, 0, 255);
|
|
const DWORD Brown2 = RGB(238, 59, 59);
|
|
const DWORD Violet = RGB(238, 130, 238);
|
|
const DWORD Brown3 = RGB(205, 51, 51);
|
|
const DWORD Plum = RGB(221, 160, 221);
|
|
const DWORD Brown4 = RGB(139, 35, 35);
|
|
const DWORD Orchid = RGB(218, 112, 214);
|
|
const DWORD Salmon1 = RGB(255, 140, 105);
|
|
const DWORD MediumOrchid = RGB(186, 85, 211);
|
|
const DWORD Salmon2 = RGB(238, 130, 98);
|
|
const DWORD DarkOrchid = RGB(153, 50, 204);
|
|
const DWORD Salmon3 = RGB(205, 112, 84);
|
|
const DWORD DarkViolet = RGB(148, 0, 211);
|
|
const DWORD Salmon4 = RGB(139, 76, 57);
|
|
const DWORD BlueViolet = RGB(138, 43, 226);
|
|
const DWORD LightSalmon1 = RGB(255, 160, 122);
|
|
const DWORD Purple = RGB(160, 32, 240);
|
|
const DWORD LightSalmon2 = RGB(238, 149, 114);
|
|
const DWORD MediumPurple = RGB(147, 112, 219);
|
|
const DWORD LightSalmon3 = RGB(205, 129, 98);
|
|
const DWORD Thistle = RGB(216, 191, 216);
|
|
const DWORD LightSalmon4 = RGB(139, 87, 66);
|
|
const DWORD Snow1 = RGB(255, 250, 250);
|
|
const DWORD Orange1 = RGB(255, 165, 0);
|
|
const DWORD Snow2 = RGB(238, 233, 233);
|
|
const DWORD Orange2 = RGB(238, 154, 0);
|
|
const DWORD Snow3 = RGB(205, 201, 201);
|
|
const DWORD Orange3 = RGB(205, 133, 0);
|
|
const DWORD Snow4 = RGB(139, 137, 137);
|
|
const DWORD Orange4 = RGB(139, 90, 0);
|
|
const DWORD Seashell1 = RGB(255, 245, 238);
|
|
const DWORD DarkOrange1 = RGB(255, 127, 0);
|
|
const DWORD Seashell2 = RGB(238, 229, 222);
|
|
const DWORD DarkOrange2 = RGB(238, 118, 0);
|
|
const DWORD Seashell3 = RGB(205, 197, 191);
|
|
const DWORD DarkOrange3 = RGB(205, 102, 0);
|
|
const DWORD Seashell4 = RGB(139, 134, 130);
|
|
const DWORD DarkOrange4 = RGB(139, 69, 0);
|
|
const DWORD AntiqueWhite1 = RGB(255, 239, 219);
|
|
const DWORD Coral1 = RGB(255, 114, 86);
|
|
const DWORD AntiqueWhite2 = RGB(238, 223, 204);
|
|
const DWORD Coral2 = RGB(238, 106, 80);
|
|
const DWORD AntiqueWhite3 = RGB(205, 192, 176);
|
|
const DWORD Coral3 = RGB(205, 91, 69);
|
|
const DWORD AntiqueWhite4 = RGB(139, 131, 120);
|
|
const DWORD Coral4 = RGB(139, 62, 47);
|
|
const DWORD Bisque1 = RGB(255, 228, 196);
|
|
const DWORD Tomato1 = RGB(255, 99, 71);
|
|
const DWORD Bisque2 = RGB(238, 213, 183);
|
|
const DWORD Tomato2 = RGB(238, 92, 66);
|
|
const DWORD Bisque3 = RGB(205, 183, 158);
|
|
const DWORD Tomato3 = RGB(205, 79, 57);
|
|
const DWORD Bisque4 = RGB(139, 125, 107);
|
|
const DWORD Tomato4 = RGB(139, 54, 38);
|
|
const DWORD PeachPuff1 = RGB(255, 218, 185);
|
|
const DWORD OrangeRed1 = RGB(255, 69, 0);
|
|
const DWORD PeachPuff2 = RGB(238, 203, 173);
|
|
const DWORD OrangeRed2 = RGB(238, 64, 0);
|
|
const DWORD PeachPuff3 = RGB(205, 175, 149);
|
|
const DWORD OrangeRed3 = RGB(205, 55, 0);
|
|
const DWORD PeachPuff4 = RGB(139, 119, 101);
|
|
const DWORD OrangeRed4 = RGB(139, 37, 0);
|
|
const DWORD NavajoWhite1 = RGB(255, 222, 173);
|
|
const DWORD Red1 = RGB(255, 0, 0);
|
|
const DWORD NavajoWhite2 = RGB(238, 207, 161);
|
|
const DWORD Red2 = RGB(238, 0, 0);
|
|
const DWORD NavajoWhite3 = RGB(205, 179, 139);
|
|
const DWORD Red3 = RGB(205, 0, 0);
|
|
const DWORD NavajoWhite4 = RGB(139, 121, 94);
|
|
const DWORD Red4 = RGB(139, 0, 0);
|
|
const DWORD LemonChiffon1 = RGB(255, 250, 205);
|
|
const DWORD DeepPink1 = RGB(255, 20, 147);
|
|
const DWORD LemonChiffon2 = RGB(238, 233, 191);
|
|
const DWORD DeepPink2 = RGB(238, 18, 137);
|
|
const DWORD LemonChiffon3 = RGB(205, 201, 165);
|
|
const DWORD DeepPink3 = RGB(205, 16, 118);
|
|
const DWORD LemonChiffon4 = RGB(139, 137, 112);
|
|
const DWORD DeepPink4 = RGB(139, 10, 80);
|
|
const DWORD Cornsilk1 = RGB(255, 248, 220);
|
|
const DWORD HotPink1 = RGB(255, 110, 180);
|
|
const DWORD Cornsilk2 = RGB(238, 232, 205);
|
|
const DWORD HotPink2 = RGB(238, 106, 167);
|
|
const DWORD Cornsilk3 = RGB(205, 200, 177);
|
|
const DWORD HotPink3 = RGB(205, 96, 144);
|
|
const DWORD Cornsilk4 = RGB(139, 136, 120);
|
|
const DWORD HotPink4 = RGB(139, 58, 98);
|
|
const DWORD Ivory1 = RGB(255, 255, 240);
|
|
const DWORD Pink1 = RGB(255, 181, 197);
|
|
const DWORD Ivory2 = RGB(238, 238, 224);
|
|
const DWORD Pink2 = RGB(238, 169, 184);
|
|
const DWORD Ivory3 = RGB(205, 205, 193);
|
|
const DWORD Pink3 = RGB(205, 145, 158);
|
|
const DWORD Ivory4 = RGB(139, 139, 131);
|
|
const DWORD Pink4 = RGB(139, 99, 108);
|
|
const DWORD Honeydew1 = RGB(240, 255, 240);
|
|
const DWORD LightPink1 = RGB(255, 174, 185);
|
|
const DWORD Honeydew2 = RGB(224, 238, 224);
|
|
const DWORD LightPink2 = RGB(238, 162, 173);
|
|
const DWORD Honeydew3 = RGB(193, 205, 193);
|
|
const DWORD LightPink3 = RGB(205, 140, 149);
|
|
const DWORD Honeydew4 = RGB(131, 139, 131);
|
|
const DWORD LightPink4 = RGB(139, 95, 101);
|
|
const DWORD LavenderBlush1 = RGB(255, 240, 245);
|
|
const DWORD PaleVioletRed1 = RGB(255, 130, 171);
|
|
const DWORD LavenderBlush2 = RGB(238, 224, 229);
|
|
const DWORD PaleVioletRed2 = RGB(238, 121, 159);
|
|
const DWORD LavenderBlush3 = RGB(205, 193, 197);
|
|
const DWORD PaleVioletRed3 = RGB(205, 104, 137);
|
|
const DWORD LavenderBlush4 = RGB(139, 131, 134);
|
|
const DWORD PaleVioletRed4 = RGB(139, 71, 93);
|
|
const DWORD MistyRose1 = RGB(255, 228, 225);
|
|
const DWORD Maroon1 = RGB(255, 52, 179);
|
|
const DWORD MistyRose2 = RGB(238, 213, 210);
|
|
const DWORD Maroon2 = RGB(238, 48, 167);
|
|
const DWORD MistyRose3 = RGB(205, 183, 181);
|
|
const DWORD Maroon3 = RGB(205, 41, 144);
|
|
const DWORD MistyRose4 = RGB(139, 125, 123);
|
|
const DWORD Maroon4 = RGB(139, 28, 98);
|
|
const DWORD Azure1 = RGB(240, 255, 255);
|
|
const DWORD VioletRed1 = RGB(255, 62, 150);
|
|
const DWORD Azure2 = RGB(224, 238, 238);
|
|
const DWORD VioletRed2 = RGB(238, 58, 140);
|
|
const DWORD Azure3 = RGB(193, 205, 205);
|
|
const DWORD VioletRed3 = RGB(205, 50, 120);
|
|
const DWORD Azure4 = RGB(131, 139, 139);
|
|
const DWORD VioletRed4 = RGB(139, 34, 82);
|
|
const DWORD SlateBlue1 = RGB(131, 111, 255);
|
|
const DWORD Magenta1 = RGB(255, 0, 255);
|
|
const DWORD SlateBlue2 = RGB(122, 103, 238);
|
|
const DWORD Magenta2 = RGB(238, 0, 238);
|
|
const DWORD SlateBlue3 = RGB(105, 89, 205);
|
|
const DWORD Magenta3 = RGB(205, 0, 205);
|
|
const DWORD SlateBlue4 = RGB(71, 60, 139);
|
|
const DWORD Magenta4 = RGB(139, 0, 139);
|
|
const DWORD RoyalBlue1 = RGB(72, 118, 255);
|
|
const DWORD Orchid1 = RGB(255, 131, 250);
|
|
const DWORD RoyalBlue2 = RGB(67, 110, 238);
|
|
const DWORD Orchid2 = RGB(238, 122, 233);
|
|
const DWORD RoyalBlue3 = RGB(58, 95, 205);
|
|
const DWORD Orchid3 = RGB(205, 105, 201);
|
|
const DWORD RoyalBlue4 = RGB(39, 64, 139);
|
|
const DWORD Orchid4 = RGB(139, 71, 137);
|
|
const DWORD Blue1 = RGB(0, 0, 255);
|
|
const DWORD Plum1 = RGB(255, 187, 255);
|
|
const DWORD Blue2 = RGB(0, 0, 238);
|
|
const DWORD Plum2 = RGB(238, 174, 238);
|
|
const DWORD Blue3 = RGB(0, 0, 205);
|
|
const DWORD Plum3 = RGB(205, 150, 205);
|
|
const DWORD Blue4 = RGB(0, 0, 139);
|
|
const DWORD Plum4 = RGB(139, 102, 139);
|
|
const DWORD DodgerBlue1 = RGB(30, 144, 255);
|
|
const DWORD MediumOrchid1 = RGB(224, 102, 255);
|
|
const DWORD DodgerBlue2 = RGB(28, 134, 238);
|
|
const DWORD MediumOrchid2 = RGB(209, 95, 238);
|
|
const DWORD DodgerBlue3 = RGB(24, 116, 205);
|
|
const DWORD MediumOrchid3 = RGB(180, 82, 205);
|
|
const DWORD DodgerBlue4 = RGB(16, 78, 139);
|
|
const DWORD MediumOrchid4 = RGB(122, 55, 139);
|
|
const DWORD SteelBlue1 = RGB(99, 184, 255);
|
|
const DWORD DarkOrchid1 = RGB(191, 62, 255);
|
|
const DWORD SteelBlue2 = RGB(92, 172, 238);
|
|
const DWORD DarkOrchid2 = RGB(178, 58, 238);
|
|
const DWORD SteelBlue3 = RGB(79, 148, 205);
|
|
const DWORD DarkOrchid3 = RGB(154, 50, 205);
|
|
const DWORD SteelBlue4 = RGB(54, 100, 139);
|
|
const DWORD DarkOrchid4 = RGB(104, 34, 139);
|
|
const DWORD DeepSkyBlue1 = RGB(0, 191, 255);
|
|
const DWORD Purple1 = RGB(155, 48, 255);
|
|
const DWORD DeepSkyBlue2 = RGB(0, 178, 238);
|
|
const DWORD Purple2 = RGB(145, 44, 238);
|
|
const DWORD DeepSkyBlue3 = RGB(0, 154, 205);
|
|
const DWORD Purple3 = RGB(125, 38, 205);
|
|
const DWORD DeepSkyBlue4 = RGB(0, 104, 139);
|
|
const DWORD Purple4 = RGB(85, 26, 139);
|
|
const DWORD SkyBlue1 = RGB(135, 206, 255);
|
|
const DWORD MediumPurple1 = RGB(171, 130, 255);
|
|
const DWORD SkyBlue2 = RGB(126, 192, 238);
|
|
const DWORD MediumPurple2 = RGB(159, 121, 238);
|
|
const DWORD SkyBlue3 = RGB(108, 166, 205);
|
|
const DWORD MediumPurple3 = RGB(137, 104, 205);
|
|
const DWORD SkyBlue4 = RGB(74, 112, 139);
|
|
const DWORD MediumPurple4 = RGB(93, 71, 139);
|
|
const DWORD LightSkyBlue1 = RGB(176, 226, 255);
|
|
const DWORD Thistle1 = RGB(255, 225, 255);
|
|
const DWORD LightSkyBlue2 = RGB(164, 211, 238);
|
|
const DWORD Thistle2 = RGB(238, 210, 238);
|
|
const DWORD LightSkyBlue3 = RGB(141, 182, 205);
|
|
const DWORD Thistle3 = RGB(205, 181, 205);
|
|
const DWORD LightSkyBlue4 = RGB(96, 123, 139);
|
|
const DWORD Thistle4 = RGB(139, 123, 139);
|
|
const DWORD SlateGray1 = RGB(198, 226, 255);
|
|
const DWORD grey11 = RGB(28, 28, 28);
|
|
const DWORD SlateGray2 = RGB(185, 211, 238);
|
|
const DWORD grey21 = RGB(54, 54, 54);
|
|
const DWORD SlateGray3 = RGB(159, 182, 205);
|
|
const DWORD grey31 = RGB(79, 79, 79);
|
|
const DWORD SlateGray4 = RGB(108, 123, 139);
|
|
const DWORD grey41 = RGB(105, 105, 105);
|
|
const DWORD LightSteelBlue1 = RGB(202, 225, 255);
|
|
const DWORD grey51 = RGB(130, 130, 130);
|
|
const DWORD LightSteelBlue2 = RGB(188, 210, 238);
|
|
const DWORD grey61 = RGB(156, 156, 156);
|
|
const DWORD LightSteelBlue3 = RGB(162, 181, 205);
|
|
const DWORD grey71 = RGB(181, 181, 181);
|
|
const DWORD LightSteelBlue4 = RGB(110, 123, 139);
|
|
const DWORD gray81 = RGB(207, 207, 207);
|
|
const DWORD LightBlue1 = RGB(191, 239, 255);
|
|
const DWORD gray91 = RGB(232, 232, 232);
|
|
const DWORD LightBlue2 = RGB(178, 223, 238);
|
|
const DWORD DarkGrey = RGB(169, 169, 169);
|
|
const DWORD LightBlue3 = RGB(154, 192, 205);
|
|
const DWORD DarkBlue = RGB(0, 0, 139);
|
|
const DWORD LightBlue4 = RGB(104, 131, 139);
|
|
const DWORD DarkCyan = RGB(0, 139, 139);
|
|
const DWORD LightCyan1 = RGB(224, 255, 255);
|
|
const DWORD DarkMagenta = RGB(139, 0, 139);
|
|
const DWORD LightCyan2 = RGB(209, 238, 238);
|
|
const DWORD DarkRed = RGB(139, 0, 0);
|
|
const DWORD LightCyan3 = RGB(180, 205, 205);
|
|
const DWORD LightCyan4 = RGB(122, 139, 139);
|
|
const DWORD LightGreen = RGB(144, 238, 144);
|
|
}
|