Select Git revision
Forked from
gmsh / gmsh
Source project has a limited visibility.
Colors.h 36.92 KiB
// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
#ifndef _COLORS_H_
#define _COLORS_H_
#include "Options.h"
StringX4Int ColorString[] = {
{ "Snow" , 255, 250, 250, 255 } ,
{ "GhostWhite" , 248, 248, 255, 255 } ,
{ "WhiteSmoke" , 245, 245, 245, 255 } ,
{ "Gainsboro" , 220, 220, 220, 255 } ,
{ "FloralWhite" , 255, 250, 240, 255 } ,
{ "OldLace" , 253, 245, 230, 255 } ,
{ "Linen" , 250, 240, 230, 255 } ,
{ "AntiqueWhite" , 250, 235, 215, 255 } ,
{ "PapayaWhip" , 255, 239, 213, 255 } ,
{ "BlanchedAlmond" , 255, 235, 205, 255 } ,
{ "Bisque" , 255, 228, 196, 255 } ,
{ "PeachPuff" , 255, 218, 185, 255 } ,
{ "NavajoWhite" , 255, 222, 173, 255 } ,
{ "Moccasin" , 255, 228, 181, 255 } ,
{ "Cornsilk" , 255, 248, 220, 255 } ,
{ "Ivory" , 255, 255, 240, 255 } ,
{ "LemonChiffon" , 255, 250, 205, 255 } ,
{ "Seashell" , 255, 245, 238, 255 } ,
{ "Honeydew" , 240, 255, 240, 255 } ,
{ "MintCream" , 245, 255, 250, 255 } ,
{ "Azure" , 240, 255, 255, 255 } ,
{ "AliceBlue" , 240, 248, 255, 255 } ,
{ "Lavender" , 230, 230, 250, 255 } ,
{ "LavenderBlush" , 255, 240, 245, 255 } ,
{ "MistyRose" , 255, 228, 225, 255 } ,
{ "White" , 255, 255, 255, 255 } ,
{ "Black" , 0, 0, 0, 255 } ,
{ "DarkSlateGray" , 47, 79, 79, 255 } ,
{ "DarkSlateGrey" , 47, 79, 79, 255 } ,
{ "DimGray" , 105, 105, 105, 255 } ,
{ "DimGrey" , 105, 105, 105, 255 } ,
{ "SlateGray" , 112, 128, 144, 255 } ,
{ "SlateGrey" , 112, 128, 144, 255 } ,
{ "LightSlateGray" , 119, 136, 153, 255 } ,
{ "LightSlateGrey" , 119, 136, 153, 255 } ,
{ "Gray" , 190, 190, 190, 255 } ,
{ "Grey" , 190, 190, 190, 255 } ,
{ "LightGrey" , 211, 211, 211, 255 } ,
{ "LightGray" , 211, 211, 211, 255 } ,
{ "MidnightBlue" , 25, 25, 112, 255 } ,
{ "Navy" , 0, 0, 128, 255 } ,
{ "NavyBlue" , 0, 0, 128, 255 } ,
{ "CornflowerBlue" , 100, 149, 237, 255 } ,
{ "DarkSlateBlue" , 72, 61, 139, 255 } ,
{ "SlateBlue" , 106, 90, 205, 255 } ,
{ "MediumSlateBlue" , 123, 104, 238, 255 } ,
{ "LightSlateBlue" , 132, 112, 255, 255 } ,
{ "MediumBlue" , 0, 0, 205, 255 } ,
{ "RoyalBlue" , 65, 105, 225, 255 } ,
{ "Blue" , 0, 0, 255, 255 } ,
{ "DodgerBlue" , 30, 144, 255, 255 } ,
{ "DeepSkyBlue" , 0, 191, 255, 255 } ,
{ "SkyBlue" , 135, 206, 235, 255 } ,
{ "LightSkyBlue" , 135, 206, 250, 255 } ,
{ "SteelBlue" , 70, 130, 180, 255 } ,
{ "LightSteelBlue" , 176, 196, 222, 255 } ,
{ "LightBlue" , 173, 216, 230, 255 } ,
{ "PowderBlue" , 176, 224, 230, 255 } ,
{ "PaleTurquoise" , 175, 238, 238, 255 } ,