# SolidPaintOptions
Options for creating a solid color paint.

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## SolidPaintOptions interface

Options for creating a solid color paint.

**Signature:**

```typescript
interface SolidPaintOptions
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [color](/en/creator-api/types/solid-paint-options/color)
      </td>

      <td />

      <td>
        [Color](/en/creator-api/values/color)
      </td>

      <td />
    </tr>

    <tr>
      <td>
        [type](/en/creator-api/types/solid-paint-options/type)
      </td>

      <td />

      <td>
        "SOLID"
      </td>

      <td />
    </tr>
  </tbody>
</table>
