Skip to content
Snippets Groups Projects
Commit 28649aa8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

final color tweaks for today :-)

parent bae0eb42
No related branches found
No related tags found
No related merge requests found
...@@ -1215,8 +1215,8 @@ StringXColor MeshOptions_Color[] = { ...@@ -1215,8 +1215,8 @@ StringXColor MeshOptions_Color[] = {
PACK_COLOR(0, 0, 0, 255), PACK_COLOR(0, 0, 0, 255),
"Second order mesh node color" }, "Second order mesh node color" },
{ F|O, "Lines" , opt_mesh_color_lines , { F|O, "Lines" , opt_mesh_color_lines ,
PACK_COLOR(0, 0, 255, 255), PACK_COLOR(0, 255, 0, 255),
PACK_COLOR(0, 0, 255, 255), PACK_COLOR(0, 255, 0, 255),
PACK_COLOR(0, 0, 0, 255), PACK_COLOR(0, 0, 0, 255),
"Mesh line color" }, "Mesh line color" },
{ F|O, "Triangles" , opt_mesh_color_triangles , { F|O, "Triangles" , opt_mesh_color_triangles ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment