harmony 鸿蒙ColorSpacePrimaries

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

ColorSpacePrimaries

Overview

The ColorSpacePrimaries struct describes the color space primaries.

Since: 13

Related module: NativeColorSpaceManager

Header file: native_color_space_manager.h

Summary

Member Variables

Name Description
float rX X-coordinate of the red color.
float rY Y-coordinate of the red color.
float gX X-coordinate of the green color.
float gY Y-coordinate of the green color.
float bX X-coordinate of the blue color.
float bY Y-coordinate of the blue color.
float wX X-coordinate of the white point.
float wY Y-coordinate of the white point.

Member Variable Description

bX

float ColorSpacePrimaries::bX

Description

X-coordinate of the blue color.

bY

float ColorSpacePrimaries::bY

Description

Y-coordinate of the blue color.

gX

float ColorSpacePrimaries::gX

Description

X-coordinate of the green color.

gY

float ColorSpacePrimaries::gY

Description

Y-coordinate of the green color.

rX

float ColorSpacePrimaries::rX

Description

X-coordinate of the red color.

rY

float ColorSpacePrimaries::rY

Description

Y-coordinate of the red color.

wX

float ColorSpacePrimaries::wX

Description

X-coordinate of the white point.

wY

float ColorSpacePrimaries::wY

Description

Y-coordinate of the white point.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

harmony 鸿蒙OH_Drawing_Font_Metrics

0  赞