Core/ParameterList: Add support for color values and updated documentation

Former-commit-id: 87478d0e90a39ec24779ee9174e9f4e1a1f6d32b
This commit is contained in:
Lynix
2016-04-30 12:44:34 +02:00
parent d558ef6edc
commit 9aab369791
3 changed files with 209 additions and 120 deletions

View File

@@ -93,6 +93,7 @@ namespace Nz
enum ParameterType
{
ParameterType_Boolean,
ParameterType_Color,
ParameterType_Float,
ParameterType_Integer,
ParameterType_None,