Skip to content
Snippets Groups Projects
Select Git revision
  • 1da70a8bb99b3a1a5a66fe64b67b43976c455246
  • master default protected
  • overlaps_tags_and_distributed_export
  • overlaps_tags_and_distributed_export_rebased
  • relaying
  • alphashapes
  • patches-4.14
  • steplayer
  • bl
  • pluginMeshQuality
  • fixBugsAmaury
  • hierarchical-basis
  • new_export_boris
  • oras_vs_osm
  • reassign_partitions
  • distributed_fwi
  • rename-classes
  • fix/fortran-api-example-t4
  • robust_partitions
  • reducing_files
  • fix_overlaps
  • gmsh_4_14_0
  • gmsh_4_13_1
  • gmsh_4_13_0
  • gmsh_4_12_2
  • gmsh_4_12_1
  • gmsh_4_12_0
  • gmsh_4_11_1
  • gmsh_4_11_0
  • gmsh_4_10_5
  • gmsh_4_10_4
  • gmsh_4_10_3
  • gmsh_4_10_2
  • gmsh_4_10_1
  • gmsh_4_10_0
  • gmsh_4_9_5
  • gmsh_4_9_4
  • gmsh_4_9_3
  • gmsh_4_9_2
  • gmsh_4_9_1
  • gmsh_4_9_0
41 results

Colors.h

Blame
  • 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 } ,