harmony 鸿蒙drawing_image_filter.h

  • 2025-06-12
  • 浏览 (4)

drawing_image_filter.h

Overview

The drawing_image_filter.h file declares the functions related to the image filter in the drawing module.

File to include: <native_drawing/drawing_image_filter.h>

Library: libnative_drawing.so

Since: 12

Related module: Drawing

Summary

Functions

Name Description
OH_Drawing_ImageFilter * OH_Drawing_ImageFilterCreateBlur (float sigmaX, float sigmaY, OH_Drawing_TileMode, OH_Drawing_ImageFilter *input) Creates an OH_Drawing_ImageFilter object with a given blur type.
OH_Drawing_ImageFilter * OH_Drawing_ImageFilterCreateFromColorFilter (OH_Drawing_ColorFilter *colorFilter, OH_Drawing_ImageFilter *input) Creates an OH_Drawing_ImageFilter object with a color filter effect.
void OH_Drawing_ImageFilterDestroy (OH_Drawing_ImageFilter *) Destroys an OH_Drawing_ImageFilter object and reclaims the memory occupied by the object.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞