<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vImageCVImageFormat/make(format:colorSpace:alphaIsOpaqueHint:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:So22vImageCVImageFormatRefa10AccelerateE4make6format10colorSpace17alphaIsOpaqueHintABSgAbCE0C0O_So07CGColoriD0aSbtFZ"
  },
  "title" : "make(format:colorSpace:alphaIsOpaqueHint:)"
}
-->

# make(format:colorSpace:alphaIsOpaqueHint:)

Creates the description of an RGB image encoding in a Core Video pixel buffer from the specified properties.

```
static func make(format: vImageCVImageFormat.Format, colorSpace: CGColorSpace, alphaIsOpaqueHint: Bool) -> vImageCVImageFormat?
```

## Parameters

`format`

The format type of the image.

`colorSpace`

The color space of RGB and monochrome images.

`alphaIsOpaqueHint`

A hint that indicates that the function interprets an image with an alpha channel as opaque.

## Return Value

A [`vImageCVImageFormat`](/documentation/Accelerate/vImageCVImageFormat) instance encoded with the function’s parameters.

## See Also

[`func vImageCVImageFormat_Create(UInt32, UnsafePointer<vImage_ARGBToYpCbCrMatrix>!, CFString!, CGColorSpace!, Int32) -> Unmanaged<vImageCVImageFormat>!`](/documentation/Accelerate/vImageCVImageFormat_Create(_:_:_:_:_:))

Creates the description of image encoding in a Core Video pixel buffer from the specified properties.



---

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)