<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GLKit",
  "identifier" : "/documentation/GLKit/GLKViewDrawableColorFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GLKit"
    ],
    "preciseIdentifier" : "c:@E@GLKViewDrawableColorFormat"
  },
  "title" : "GLKViewDrawableColorFormat"
}
-->

# GLKViewDrawableColorFormat

The format of the color renderbuffer.

```
enum GLKViewDrawableColorFormat
```

## Topics

### Constants

[`GLKViewDrawableColorFormatRGBA8888`](/documentation/GLKit/GLKViewDrawableColorFormat/RGBA8888)

An RGBA8888 format.

[`GLKViewDrawableColorFormatRGB565`](/documentation/GLKit/GLKViewDrawableColorFormat/RGB565)

An RGB565 format.

[`GLKViewDrawableColorFormatSRGBA8888`](/documentation/GLKit/GLKViewDrawableColorFormat/SRGBA8888)

An sRGBA8888 format.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)