EgtGeomKernel :

- aggiunto INVISIBLE tra i colori predefiniti.
This commit is contained in:
Dario Sassi
2026-03-15 18:28:23 +01:00
parent a258e9cb31
commit ebc5fd7ee7
+2 -1
View File
@@ -45,7 +45,8 @@ static const NamedColor StdColor[] = {
{ "FUCHSIA", FUCHSIA},
{ "PURPLE", PURPLE},
{ "ORANGE", ORANGE},
{ "BROWN", BROWN}
{ "BROWN", BROWN},
{ "INVISIBLE", INVISIBLE}
} ;
static const int NUM_STDCOLOR = ( sizeof(StdColor) / sizeof(StdColor[0]) ) ;