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 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| float [arr](#arr) [2] | White point array.| 21 22 23## Member Variable Description 24 25 26### arr 27 28``` 29float WhitePointArray::arr[2] 30``` 31 32**Description** 33 34White point array. 35