---
title: "ColorPainter"
description: "[Painter] implementation used to fill the provided bounds with the specified color"
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
class ColorPainter(val color: Color) : Painter()
```


`Painter` implementation used to fill the provided bounds with the specified color



