Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created July 14, 2010 13:18
Show Gist options
  • Save mohayonao/475396 to your computer and use it in GitHub Desktop.
Save mohayonao/475396 to your computer and use it in GitHub Desktop.
const static CvScalar Black = CV_RGB(0x00, 0x00, 0x00);
const static CvScalar Navy = CV_RGB(0x00, 0x00, 0x80);
const static CvScalar DarkBlue = CV_RGB(0x00, 0x00, 0x8B);
const static CvScalar MediumBlue = CV_RGB(0x00, 0x00, 0xCD);
const static CvScalar Blue = CV_RGB(0x00, 0x00, 0xFF);
const static CvScalar DarkGreen = CV_RGB(0x00, 0x64, 0x00);
const static CvScalar Green = CV_RGB(0x00, 0x80, 0x00);
const static CvScalar Teal = CV_RGB(0x00, 0x80, 0x80);
const static CvScalar DarkCyan = CV_RGB(0x00, 0x8B, 0x8B);
const static CvScalar DeepSkyBlue = CV_RGB(0x00, 0xBF, 0xFF);
const static CvScalar DarkTurquoise = CV_RGB(0x00, 0xCE, 0xD1);
const static CvScalar MediumSpringGreen = CV_RGB(0x00, 0xFA, 0x9A);
const static CvScalar Lime = CV_RGB(0x00, 0xFF, 0x00);
const static CvScalar SpringGreen = CV_RGB(0x00, 0xFF, 0x7F);
const static CvScalar Aqua = CV_RGB(0x00, 0xFF, 0xFF);
const static CvScalar Cyan = CV_RGB(0x00, 0xFF, 0xFF);
const static CvScalar MidnightBlue = CV_RGB(0x19, 0x19, 0x70);
const static CvScalar DodgerBlue = CV_RGB(0x1E, 0x90, 0xFF);
const static CvScalar LightSeaGreen = CV_RGB(0x20, 0xB2, 0xAA);
const static CvScalar ForestGreen = CV_RGB(0x22, 0x8B, 0x22);
const static CvScalar SeaGreen = CV_RGB(0x2E, 0x8B, 0x57);
const static CvScalar DarkSlateGray = CV_RGB(0x2F, 0x4F, 0x4F);
const static CvScalar LimeGreen = CV_RGB(0x32, 0xCD, 0x32);
const static CvScalar MediumSeaGreen = CV_RGB(0x3C, 0xB3, 0x71);
const static CvScalar Turquoise = CV_RGB(0x40, 0xE0, 0xD0);
const static CvScalar RoyalBlue = CV_RGB(0x41, 0x69, 0xE1);
const static CvScalar SteelBlue = CV_RGB(0x46, 0x82, 0xB4);
const static CvScalar DarkSlateBlue = CV_RGB(0x48, 0x3D, 0x8B);
const static CvScalar MediumTurquoise = CV_RGB(0x48, 0xD1, 0xCC);
const static CvScalar Indigo = CV_RGB(0x4B, 0x00, 0x82);
const static CvScalar DarkOliveGreen = CV_RGB(0x55, 0x6B, 0x2F);
const static CvScalar CadetBlue = CV_RGB(0x5F, 0x9E, 0xA0);
const static CvScalar CornflowerBlue = CV_RGB(0x64, 0x95, 0xED);
const static CvScalar MediumAquamarine = CV_RGB(0x66, 0xCD, 0xAA);
const static CvScalar DimGray = CV_RGB(0x69, 0x69, 0x69);
const static CvScalar SlateBlue = CV_RGB(0x6A, 0x5A, 0xCD);
const static CvScalar OliveDrab = CV_RGB(0x6B, 0x8E, 0x23);
const static CvScalar SlateGray = CV_RGB(0x70, 0x80, 0x90);
const static CvScalar LightSlateGray = CV_RGB(0x77, 0x88, 0x99);
const static CvScalar MediumSlateBlue = CV_RGB(0x7B, 0x68, 0xEE);
const static CvScalar LawnGreen = CV_RGB(0x7C, 0xFC, 0x00);
const static CvScalar Chartreuse = CV_RGB(0x7F, 0xFF, 0x00);
const static CvScalar Aquamarine = CV_RGB(0x7F, 0xFF, 0xD4);
const static CvScalar Maroon = CV_RGB(0x80, 0x00, 0x00);
const static CvScalar Purple = CV_RGB(0x80, 0x00, 0x80);
const static CvScalar Olive = CV_RGB(0x80, 0x80, 0x00);
const static CvScalar Gray = CV_RGB(0x80, 0x80, 0x80);
const static CvScalar SkyBlue = CV_RGB(0x87, 0xCE, 0xEB);
const static CvScalar LightSkyBlue = CV_RGB(0x87, 0xCE, 0xFA);
const static CvScalar BlueViolet = CV_RGB(0x8A, 0x2B, 0xE2);
const static CvScalar DarkRed = CV_RGB(0x8B, 0x00, 0x00);
const static CvScalar DarkMagenta = CV_RGB(0x8B, 0x00, 0x8B);
const static CvScalar SaddleBrown = CV_RGB(0x8B, 0x45, 0x13);
const static CvScalar DarkSeaGreen = CV_RGB(0x8F, 0xBC, 0x8F);
const static CvScalar LightGreen = CV_RGB(0x90, 0xEE, 0x90);
const static CvScalar MediumPurple = CV_RGB(0x93, 0x70, 0xDB);
const static CvScalar DarkViolet = CV_RGB(0x94, 0x00, 0xD3);
const static CvScalar PaleGreen = CV_RGB(0x98, 0xFB, 0x98);
const static CvScalar DarkOrchid = CV_RGB(0x99, 0x32, 0xCC);
const static CvScalar YellowGreen = CV_RGB(0x9A, 0xCD, 0x32);
const static CvScalar Sienna = CV_RGB(0xA0, 0x52, 0x2D);
const static CvScalar Brown = CV_RGB(0xA5, 0x2A, 0x2A);
const static CvScalar DarkGray = CV_RGB(0xA9, 0xA9, 0xA9);
const static CvScalar LightBlue = CV_RGB(0xAD, 0xD8, 0xE6);
const static CvScalar GreenYellow = CV_RGB(0xAD, 0xFF, 0x2F);
const static CvScalar PaleTurquoise = CV_RGB(0xAF, 0xEE, 0xEE);
const static CvScalar LightSteelBlue = CV_RGB(0xB0, 0xC4, 0xDE);
const static CvScalar PowderBlue = CV_RGB(0xB0, 0xE0, 0xE6);
const static CvScalar FireBrick = CV_RGB(0xB2, 0x22, 0x22);
const static CvScalar DarkGoldenrod = CV_RGB(0xB8, 0x86, 0x0B);
const static CvScalar MediumOrchid = CV_RGB(0xBA, 0x55, 0xD3);
const static CvScalar RosyBrown = CV_RGB(0xBC, 0x8F, 0x8F);
const static CvScalar DarkKhaki = CV_RGB(0xBD, 0xB7, 0x6B);
const static CvScalar Silver = CV_RGB(0xC0, 0xC0, 0xC0);
const static CvScalar MediumVioletRed = CV_RGB(0xC7, 0x15, 0x85);
const static CvScalar IndianRed = CV_RGB(0xCD, 0x5C, 0x5C);
const static CvScalar Peru = CV_RGB(0xCD, 0x85, 0x3F);
const static CvScalar Chocolate = CV_RGB(0xD2, 0x69, 0x1E);
const static CvScalar Tan = CV_RGB(0xD2, 0xB4, 0x8C);
const static CvScalar LightGrey = CV_RGB(0xD3, 0xD3, 0xD3);
const static CvScalar Thistle = CV_RGB(0xD8, 0xBF, 0xD8);
const static CvScalar Orchid = CV_RGB(0xDA, 0x70, 0xD6);
const static CvScalar Goldenrod = CV_RGB(0xDA, 0xA5, 0x20);
const static CvScalar PaleVioletRed = CV_RGB(0xDB, 0x70, 0x93);
const static CvScalar Crimson = CV_RGB(0xDC, 0x14, 0x3C);
const static CvScalar Gainsboro = CV_RGB(0xDC, 0xDC, 0xDC);
const static CvScalar Plum = CV_RGB(0xDD, 0xA0, 0xDD);
const static CvScalar BurlyWood = CV_RGB(0xDE, 0xB8, 0x87);
const static CvScalar LightCyan = CV_RGB(0xE0, 0xFF, 0xFF);
const static CvScalar Lavender = CV_RGB(0xE6, 0xE6, 0xFA);
const static CvScalar DarkSalmon = CV_RGB(0xE9, 0x96, 0x7A);
const static CvScalar Violet = CV_RGB(0xEE, 0x82, 0xEE);
const static CvScalar PaleGoldenrod = CV_RGB(0xEE, 0xE8, 0xAA);
const static CvScalar LightCoral = CV_RGB(0xF0, 0x80, 0x80);
const static CvScalar Khaki = CV_RGB(0xF0, 0xE6, 0x8C);
const static CvScalar AliceBlue = CV_RGB(0xF0, 0xF8, 0xFF);
const static CvScalar Honeydew = CV_RGB(0xF0, 0xFF, 0xF0);
const static CvScalar Azure = CV_RGB(0xF0, 0xFF, 0xFF);
const static CvScalar SandyBrown = CV_RGB(0xF4, 0xA4, 0x60);
const static CvScalar Wheat = CV_RGB(0xF5, 0xDE, 0xB3);
const static CvScalar Beige = CV_RGB(0xF5, 0xF5, 0xDC);
const static CvScalar WhiteSmoke = CV_RGB(0xF5, 0xF5, 0xF5);
const static CvScalar MintCream = CV_RGB(0xF5, 0xFF, 0xFA);
const static CvScalar GhostWhite = CV_RGB(0xF8, 0xF8, 0xFF);
const static CvScalar Salmon = CV_RGB(0xFA, 0x80, 0x72);
const static CvScalar AntiqueWhite = CV_RGB(0xFA, 0xEB, 0xD7);
const static CvScalar Linen = CV_RGB(0xFA, 0xF0, 0xE6);
const static CvScalar LightGoldenrodYellow = CV_RGB(0xFA, 0xFA, 0xD2);
const static CvScalar OldLace = CV_RGB(0xFD, 0xF5, 0xE6);
const static CvScalar Red = CV_RGB(0xFF, 0x00, 0x00);
const static CvScalar Fuchsia = CV_RGB(0xFF, 0x00, 0xFF);
const static CvScalar Magenta = CV_RGB(0xFF, 0x00, 0xFF);
const static CvScalar DeepPink = CV_RGB(0xFF, 0x14, 0x93);
const static CvScalar OrangeRed = CV_RGB(0xFF, 0x45, 0x00);
const static CvScalar Tomato = CV_RGB(0xFF, 0x63, 0x47);
const static CvScalar HotPink = CV_RGB(0xFF, 0x69, 0xB4);
const static CvScalar Coral = CV_RGB(0xFF, 0x7F, 0x50);
const static CvScalar DarkOrange = CV_RGB(0xFF, 0x8C, 0x00);
const static CvScalar LightSalmon = CV_RGB(0xFF, 0xA0, 0x7A);
const static CvScalar Orange = CV_RGB(0xFF, 0xA5, 0x00);
const static CvScalar LightPink = CV_RGB(0xFF, 0xB6, 0xC1);
const static CvScalar Pink = CV_RGB(0xFF, 0xC0, 0xCB);
const static CvScalar Gold = CV_RGB(0xFF, 0xD7, 0x00);
const static CvScalar PeachPuff = CV_RGB(0xFF, 0xDA, 0xB9);
const static CvScalar NavajoWhite = CV_RGB(0xFF, 0xDE, 0xAD);
const static CvScalar Moccasin = CV_RGB(0xFF, 0xE4, 0xB5);
const static CvScalar Bisque = CV_RGB(0xFF, 0xE4, 0xC4);
const static CvScalar MistyRose = CV_RGB(0xFF, 0xE4, 0xE1);
const static CvScalar BlanchedAlmond = CV_RGB(0xFF, 0xEB, 0xCD);
const static CvScalar PapayaWhip = CV_RGB(0xFF, 0xEF, 0xD5);
const static CvScalar LavenderBlush = CV_RGB(0xFF, 0xF0, 0xF5);
const static CvScalar Seashell = CV_RGB(0xFF, 0xF5, 0xEE);
const static CvScalar Cornsilk = CV_RGB(0xFF, 0xF8, 0xDC);
const static CvScalar LemonChiffon = CV_RGB(0xFF, 0xFA, 0xCD);
const static CvScalar FloralWhite = CV_RGB(0xFF, 0xFA, 0xF0);
const static CvScalar Snow = CV_RGB(0xFF, 0xFA, 0xFA);
const static CvScalar Yellow = CV_RGB(0xFF, 0xFF, 0x00);
const static CvScalar LightYellow = CV_RGB(0xFF, 0xFF, 0xE0);
const static CvScalar Ivory = CV_RGB(0xFF, 0xFF, 0xF0);
const static CvScalar White = CV_RGB(0xFF, 0xFF, 0xFF);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment