# chromaKey schema

Field specification for the chromaKey object used by Vidova MCP tools.

{/* Generated by landing/scripts/generate-mcp-docs.ts. Do not edit. */}

Export `chromaKeySchema` from the desktop Zod sources.

| Field | Type | Required | Constraints | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `color` | string | yes | pattern `^#[0-9a-fA-F]{3,6}$` | — | — |
| `threshold` | number | yes | min 0; max 1 | — | — |
| `smoothness` | number | no | min 0; max 1 | — | — |
