harmony 鸿蒙ImageEffect_DataValue

2025-06-12 浏览 (1)

ImageEffect_DataValue

Overview

The ImageEffect_DataValue union describes the data values.

System capability: SystemCapability.Multimedia.ImageEffect.Core

Since: 12

Related module: ImageEffect

Header file: image_effect_filter.h

Summary

Member Variables

NameDescription
int32_t int32ValueInteger value, corresponding to EFFECT_DATA_TYPE_INT32.
float floatValueSingle-precision floating-point value, corresponding to EFFECT_DATA_TYPE_FLOAT.
double doubleValueDouble-precision floating-point value, corresponding to EFFECT_DATA_TYPE_DOUBLE.
char charValueByte value, corresponding to EFFECT_DATA_TYPE_CHAR.
long longValueLong integer value, corresponding to EFFECT_DATA_TYPE_LONG.
bool boolValueBoolean value, corresponding to EFFECT_DATA_TYPE_BOOL.
void * ptrValuePointer value, corresponding to EFFECT_DATA_TYPE_PTR.

Member Variable Description

boolValue

bool ImageEffect_DataValue::boolValue

Description

Boolean value, corresponding to EFFECT_DATA_TYPE_BOOL.

charValue

char ImageEffect_DataValue::charValue

Description

Byte value, corresponding to EFFECT_DATA_TYPE_CHAR.

doubleValue

double ImageEffect_DataValue::doubleValue

Description

Double-precision floating-point value, corresponding to EFFECT_DATA_TYPE_DOUBLE.

floatValue

float ImageEffect_DataValue::floatValue

Description

Single-precision floating-point value, corresponding to EFFECT_DATA_TYPE_FLOAT.

int32Value

int32_t ImageEffect_DataValue::int32Value

Description

Integer value, corresponding to EFFECT_DATA_TYPE_INT32.

longValue

long ImageEffect_DataValue::longValue

Description

Long integer value, corresponding to EFFECT_DATA_TYPE_LONG.

ptrValue

void* ImageEffect_DataValue::ptrValue

Description

Pointer value, corresponding to EFFECT_DATA_TYPE_PTR.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Image Kit

harmony 鸿蒙_image___native_module

harmony 鸿蒙Image_Region

harmony 鸿蒙Image_Size

harmony 鸿蒙Image_String

harmony 鸿蒙ImageEffect

harmony 鸿蒙ImageEffect_Any

harmony 鸿蒙ImageEffect_FilterDelegate

harmony 鸿蒙ImageEffect_FilterNames

harmony 鸿蒙ImageEffect_Region

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/cPZmZw