---
title: GLKViewDrawableColorFormat
framework: glkit
role: symbol
role_heading: Enumeration
path: glkit/glkviewdrawablecolorformat
---

# GLKViewDrawableColorFormat

The format of the color renderbuffer.

## Declaration

```swift
enum GLKViewDrawableColorFormat
```

## Topics

### Constants

- [GLKViewDrawableColorFormat.RGBA8888](glkit/glkviewdrawablecolorformat/rgba8888.md)
- [GLKViewDrawableColorFormat.RGB565](glkit/glkviewdrawablecolorformat/rgb565.md)
- [GLKViewDrawableColorFormat.SRGBA8888](glkit/glkviewdrawablecolorformat/srgba8888.md)

### Initializers

- [init(rawValue:)](glkit/glkviewdrawablecolorformat/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [GLKViewDrawableDepthFormat](glkit/glkviewdrawabledepthformat.md)
- [GLKViewDrawableStencilFormat](glkit/glkviewdrawablestencilformat.md)
- [GLKViewDrawableMultisample](glkit/glkviewdrawablemultisample.md)
