<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/kvImageBufferTypeCode_Indexed",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@Ea@kvImageBufferTypeCode_EndOfList@kvImageBufferTypeCode_Indexed"
  },
  "title" : "kvImageBufferTypeCode_Indexed"
}
-->

# kvImageBufferTypeCode_Indexed

The buffer contains data in an indexed colorspace.

```
var kvImageBufferTypeCode_Indexed: Int { get }
```

## Discussion

This is a planar buffer that is used to index a lookup table of color values. The color values in the table may belong to more than one color component.  Typically the colorspace will have a color model of <doc://com.apple.documentation/documentation/CoreGraphics/CGColorSpaceModel/indexed> and you will need use <doc://com.apple.documentation/documentation/CoreGraphics/CGColorSpace/baseColorSpace> to find out what to what color model the lookup table maps.

---

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)