---
title: "init(white_x:white_y:)"
framework: accelerate
role: symbol
role_heading: Initializer
path: "accelerate/vimagewhitepoint/init(white_x:white_y:)"
---

# init(white_x:white_y:)

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

## Declaration

```swift
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

Return Value A new white point structure.

## See Also

### Initializers

- [init()](accelerate/vimagewhitepoint/init().md)
