init(x:y:)
Creates a structure for white balance chromaticity values from its x and y coordinates.
Declaration
init(x: Float, y: Float)Parameters
- x:
The x-coordinate in the CIE 1931 chromaticity diagram, which spans the range between
0and0.8. - y:
The y-coordinate in the CIE 1931 chromaticity diagram, which spans the range between
0and0.85.