---
title: vImageWhitePoint
framework: accelerate
role: symbol
role_heading: Structure
path: accelerate/vimagewhitepoint
---

# vImageWhitePoint

A representation of a white point according to the CIE 1931 color space.

## Declaration

```swift
struct vImageWhitePoint
```

## Topics

### Initializers

- [init(white_x:white_y:)](accelerate/vimagewhitepoint/init(white_x:white_y:).md)
- [init()](accelerate/vimagewhitepoint/init().md)

### White point properties

- [white_x](accelerate/vimagewhitepoint/white_x.md)
- [white_y](accelerate/vimagewhitepoint/white_y.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Creating Core Graphics color spaces

- [vImageCreateRGBColorSpaceWithPrimariesAndTransferFunction(_:_:_:_:_:)](accelerate/vimagecreatergbcolorspacewithprimariesandtransferfunction(_:_:_:_:_:).md)
- [vImageRGBPrimaries](accelerate/vimagergbprimaries.md)
- [vImageTransferFunction](accelerate/vimagetransferfunction.md)
- [vImageCreateMonochromeColorSpaceWithWhitePointAndTransferFunction(_:_:_:_:_:)](accelerate/vimagecreatemonochromecolorspacewithwhitepointandtransferfunction(_:_:_:_:_:).md)
