ParameterType¶
enum ParameterType
The type of a filter parameter.
- kParameterTypeFloat = 0
- The parameter is a float.
- kParameterTypeInt
- The parameter is an integer.
- kParameterTypeBool
- The parameter is a boolean.
enum ParameterType
The type of a filter parameter.