---
title: clearColor
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/webglrenderingcontextbase/1629871-clearcolor
---

# clearColor

## Declaration

```data
void clearColor(
    GLclampf red, 
    GLclampf green, 
    GLclampf blue, 
    GLclampf alpha
);
```
