harmony 鸿蒙drawing_color_space.h

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

drawing_color_space.h

Overview

The drawing_color_space.h file declares the functions related to the color space in the drawing module.

File to include: <native_drawing/drawing_color_space.h>

Library: libnative_drawing.so

Since: 12

Related module: Drawing

Summary

Functions

Name Description
OH_Drawing_ColorSpace * OH_Drawing_ColorSpaceCreateSrgb (void) Creates an sRGB color space.
OH_Drawing_ColorSpace * OH_Drawing_ColorSpaceCreateSrgbLinear (void) Creates an sRGB linear (Gamma 1.0) color space.
void OH_Drawing_ColorSpaceDestroy (OH_Drawing_ColorSpace *) Destroys an OH_Drawing_ColorSpace 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  赞