---
title: kCVPixelFormatBlackBlock
framework: corevideo
role: symbol
role_heading: Global Variable
path: corevideo/kcvpixelformatblackblock
---

# kCVPixelFormatBlackBlock

The bit pattern for a block of black pixels (type CFData. If this key is absent, black is assumed to be all zeros. If present, this should be bitsPerPixel bits long; if bitsPerPixel is less than a byte, repeat the bit pattern for the full byte.

## Declaration

```swift
let kCVPixelFormatBlackBlock: CFString
```

## See Also

### Constants

- [kCVPixelFormatComponentRange](corevideo/kcvpixelformatcomponentrange.md)
- [kCVPixelFormatComponentRange_FullRange](corevideo/kcvpixelformatcomponentrange_fullrange.md)
- [kCVPixelFormatComponentRange_VideoRange](corevideo/kcvpixelformatcomponentrange_videorange.md)
- [kCVPixelFormatComponentRange_WideRange](corevideo/kcvpixelformatcomponentrange_widerange.md)
- [kCVPixelFormatContainsRGB](corevideo/kcvpixelformatcontainsrgb.md)
- [kCVPixelFormatContainsYCbCr](corevideo/kcvpixelformatcontainsycbcr.md)
- [kCVPixelFormatName](corevideo/kcvpixelformatname.md)
- [kCVPixelFormatConstant](corevideo/kcvpixelformatconstant.md)
- [kCVPixelFormatCodecType](corevideo/kcvpixelformatcodectype.md)
- [kCVPixelFormatFourCC](corevideo/kcvpixelformatfourcc.md)
- [kCVPixelFormatContainsAlpha](corevideo/kcvpixelformatcontainsalpha.md)
- [kCVPixelFormatPlanes](corevideo/kcvpixelformatplanes.md)
- [kCVPixelFormatBlockWidth](corevideo/kcvpixelformatblockwidth.md)
- [kCVPixelFormatBlockHeight](corevideo/kcvpixelformatblockheight.md)
- [kCVPixelFormatBitsPerBlock](corevideo/kcvpixelformatbitsperblock.md)
