# Matte
Represents a matte effect that is applied onto another layer.

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

## Matte interface

Represents a matte effect that is applied onto another layer.

**Signature:**

```typescript
interface Matte
```

## Properties

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

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

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

  <tbody>
    <tr>
      <td>
        [inverted](/en/creator-api/nodes/matte/inverted)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        boolean
      </td>

      <td>
        Whether to invert the matte effect
      </td>
    </tr>

    <tr>
      <td>
        [layer](/en/creator-api/nodes/matte/layer)
      </td>

      <td>
        `readonly`
      </td>

      <td>
        [Layer](/en/creator-api/nodes/layer)
      </td>

      <td>
        The layer used as the matte source
      </td>
    </tr>
  </tbody>
</table>
