From ebc5fd7ee71c34319b3071a13a4f208f9d62f3dd Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sun, 15 Mar 2026 18:28:23 +0100 Subject: [PATCH] EgtGeomKernel : - aggiunto INVISIBLE tra i colori predefiniti. --- Color.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Color.cpp b/Color.cpp index 0d21e19..63a82de 100644 --- a/Color.cpp +++ b/Color.cpp @@ -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]) ) ;