---
title: "Fill.None"
description: "Represents an empty fill with no visual representation."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public class None internal constructor() : Fill()
```

Represents an empty fill with no visual representation.

## Properties

### isColor

> Source set: Common

```kotlin
override val isColor: Boolean
```

### lerpTarget

> Source set: Common

```kotlin
override val lerpTarget: Any
```

## Functions

### asColor

> Source set: Common

```kotlin
override fun asColor(): GraphicsColor
```

### asBrush

> Source set: Common

```kotlin
override fun asBrush(): GraphicsBrush?
```
