Added color variable type.
This commit is contained in:
+2
-1
@@ -40,7 +40,8 @@ namespace glabels
|
||||
{
|
||||
STRING,
|
||||
INTEGER,
|
||||
FLOATING_POINT
|
||||
FLOATING_POINT,
|
||||
COLOR
|
||||
};
|
||||
|
||||
enum class Increment
|
||||
|
||||
Reference in New Issue
Block a user