<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImageWhitePoint",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@S@vImageWhitePoint"
  },
  "title" : "vImageWhitePoint"
}
-->

# vImageWhitePoint

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

```
struct vImageWhitePoint
```

## Topics

### Initializers

[`init(white_x:white_y:)`](/documentation/Accelerate/vImageWhitePoint/init(white_x:white_y:))

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

[`init()`](/documentation/Accelerate/vImageWhitePoint/init())

Creates an empty structure that represents a white point.

### White point properties

[`white_x`](/documentation/Accelerate/vImageWhitePoint/white_x)

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

[`white_y`](/documentation/Accelerate/vImageWhitePoint/white_y)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)