---
title: bitmapInfo
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/vimage_cgimageformat/bitmapinfo
---

# bitmapInfo

The component information that describes the color channels.

## Declaration

```swift
var bitmapInfo: CGBitmapInfo
```

## Mentioned in

Building a Basic Image-Processing Workflow

## Discussion

Discussion For example, ARGB8888 is CGImageAlphaInfo.first | byteOrderDefault, and BGRA8888 is CGImageAlphaInfo.first | byteOrder32Little.

## See Also

### Instance properties

- [bitsPerComponent](accelerate/vimage_cgimageformat/bitspercomponent.md)
- [bitsPerPixel](accelerate/vimage_cgimageformat/bitsperpixel.md)
- [colorSpace](accelerate/vimage_cgimageformat/colorspace.md)
- [version](accelerate/vimage_cgimageformat/version.md)
- [decode](accelerate/vimage_cgimageformat/decode.md)
- [renderingIntent](accelerate/vimage_cgimageformat/renderingintent.md)
- [componentCount](accelerate/vimage_cgimageformat/componentcount.md)
