- Aggiunta gestione colori dei solidi

This commit is contained in:
Emmanuele Sassi
2022-04-12 19:34:16 +02:00
parent 124eeecbab
commit 75a472f45b
8 changed files with 134 additions and 4 deletions
+13
View File
@@ -90,5 +90,18 @@ VIEWPARAMS = 'ViewParams'
IMPORTED_SOLID = 'ImportedSolid'
RESULT_READ_PROG = 'ResultReadProg'
KEY_RESULT = 'Result'
KEY_PALETTE = 'Palette'
RESULT = {
OK = 0,
KO_MINUS = 1,
KO_PLUS = 2,
}
PALETTE_TYPE = {
IN_OUT = 0,
RESULTS = 1,
}
---------------------------------------------------------------------
return AddManData