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

# vImageARGBType

Constants that describe the encoding of an ARGB image for conversions between RGB and YpCbCr.

```
struct vImageARGBType
```

## Topics

### Raw values

### Constants

[`init(_:)`](/documentation/Accelerate/vImageARGBType/init(_:))

Creates a new ARGB type.

[`init(rawValue:)`](/documentation/Accelerate/vImageARGBType/init(rawValue:))

Creates a new ARGB type with an unsigned integer value.

[`rawValue`](/documentation/Accelerate/vImageARGBType/rawValue)

The unsigned integer raw value.

[`kvImageARGB16Q12`](/documentation/Accelerate/kvImageARGB16Q12)

Any 8-bit four-channel interleaved buffer.

[`kvImageARGB16U`](/documentation/Accelerate/kvImageARGB16U)

Any 16-bit unsigned, four-channel interleaved buffer.

[`kvImageARGB8888`](/documentation/Accelerate/kvImageARGB8888)

Any 16-bit signed fixed-point, four-channel interleaved buffer.



---

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)