• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# WhitePointArray
2
3
4## Overview
5
6The WhitePointArray struct describes a white point array. Each white point indicates the coordinates of white in the active color space.
7
8**Since**: 13
9
10**Related module**: [NativeColorSpaceManager](_native_color_space_manager.md)
11
12**Header file**: [native_color_space_manager.h](native__color__space__manager_8h.md)
13
14## Summary
15
16
17### Member Variables
18
19| Name| Description|
20| -------- | -------- |
21| float [arr](#arr) [2] | White point array.|
22
23
24## Member Variable Description
25
26
27### arr
28
29```
30float WhitePointArray::arr[2]
31```
32
33**Description**
34
35White point array.
36