harmony 鸿蒙drawing_mask_filter.h
drawing_mask_filter.h
Overview
The drawing_mask_filter.h file declares the functions related to the mask filter in the drawing module.
File to include: <native_drawing/drawing_mask_filter.h>
Library: libnative_drawing.so
Since: 11
Related module: Drawing
Summary
Types
Name | Description |
---|---|
typedef enum OH_Drawing_BlurType OH_Drawing_BlurType | Defines an enum for blur types. |
Enums
Name | Description |
---|---|
OH_Drawing_BlurType { NORMAL, SOLID, OUTER, INNER } | Enumerates the blur types. |
Functions
Name | Description |
---|---|
OH_Drawing_MaskFilter * OH_Drawing_MaskFilterCreateBlur (OH_Drawing_BlurType blurType, float sigma, bool respectCTM) | Creates an OH_Drawing_MaskFilter object with a blur type. |
void OH_Drawing_MaskFilterDestroy (OH_Drawing_MaskFilter *) | Destroys an OH_Drawing_MaskFilter object and reclaims the memory occupied by the object. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦