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

Former-commit-id: 4cd9faf2fe035b946afa1ba15243bdcf3255716a
This commit is contained in:
Lynix
2016-04-30 12:44:34 +02:00
parent bb8ad9369f
commit 6d824109f3
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,