# HighlighterToolSettings

***

## Properties

### color

> **color**: `string`

The color of the element in some CSS-like format.

#### Example

```typescript
"#ABC123";
"rgb(255, 0, 0)";
"hsl(200, 100%, 50%)";
```

#### Default

```ts
"#C93535"
```

***

### renderHoles

> **renderHoles**: `boolean`

Whether to render the holes of the highlighted area.

#### Default

```ts
false
```

***

### opacity

> **opacity**: `number`

The opacity of the highlighter, between 0 and 1.

#### Default

```ts
0.5
```

***

### showInspector

> **showInspector**: `boolean`

Whether to show the tool inspector.

#### Default Value

`false`

***

### size

> **size**: `number`
