# Fill

Defines a fill style.

## Constructors

Fill(color)→[Fill](https://cuttle.xyz/learn/reference/Fill)

Constructs a fill style.

`color`

`[Color](https://cuttle.xyz/learn/reference/Color)`

## Properties

.color[Color](https://cuttle.xyz/learn/reference/Color)

The color inside of the fill

## Methods

.clone()→[Fill](https://cuttle.xyz/learn/reference/Fill)

Returns a copy of this fill.

.equals(fill)→boolean

`fill`

`([Fill](https://cuttle.xyz/learn/reference/Fill) | [ImageFill](https://cuttle.xyz/learn/reference/ImageFill))`

Another fill to compare against.

Returns `true` if this fill is equal to `fill`, `false` otherwise.