---
title: drawableColorFormat
framework: glkit
role: symbol
role_heading: Instance Property
path: glkit/glkview/drawablecolorformat
---

# drawableColorFormat

The format of the color renderbuffer.

## Declaration

```swift
var drawableColorFormat: GLKViewDrawableColorFormat { get set }
```

## Discussion

Discussion The default value is GLKViewDrawableColorFormat.RGBA8888. After your application changes the value of this property, the view recreates its framebuffer object the next time the view is drawn.

## See Also

### Configuring the Framebuffer Object

- [drawableDepthFormat](glkit/glkview/drawabledepthformat.md)
- [drawableStencilFormat](glkit/glkview/drawablestencilformat.md)
- [drawableMultisample](glkit/glkview/drawablemultisample.md)
