Contents

init(white_x:white_y:)

Creates a structure that represents a white point according to the CIE 1931 color space.

Declaration

init(white_x: Float, white_y: Float)

Parameters

  • white_x:

    The white point x_ _value according to the CIE 1931 color space.

  • white_y:

    The white point y value according to the CIE 1931 color space.

Return Value

A new white point structure.

See Also

Initializers