harmony 鸿蒙ColorSpacePrimaries
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 鸿蒙DisplaySoloist_ExpectedRateRange
harmony 鸿蒙NativeColorSpaceManager
harmony 鸿蒙NativeDisplaySoloist
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦