ImageEffect_Any
typedef struct ImageEffect_Any {...} ImageEffect_Any
Overview
The struct describes the image effect parameters.
Since: 12
Related module: ImageEffect
Header file: image_effect_filter.h
Summary
Member Variables
The following table lists the declarations supporting C++ syntax.
| Name | Description |
|---|---|
| ImageEffect_DataType dataType = ImageEffect_DataType::EFFECT_DATA_TYPE_UNKNOWN | Parameter type. The default value is UNKNOWN. |
| ImageEffect_DataValue dataValue = { 0 } | Parameter value. The default value is null. |
The following table lists the declarations supporting C syntax.
| Name | Description |
|---|---|
| ImageEffect_DataType dataType | Parameter type. |
| ImageEffect_DataValue dataValue | Value. |