# Set Advanced Chroma Sample

### **Parameters**

* **Index**: The 1-based USK index for the keyer.
* **Mix Effect Block Index**: The Mix Effect Block to change. Default is M/E 1.
* **Y**: The Y value for the sample color from 0-255.
* **Cb**: The Cb value for the sample color from 0-255.
* **Cr**: The Cr value for the sample color from 0-255.
* **Cursor X**: The X position of the cursor.
* **Cursor Y**: The Y position of the cursor.
* **Cursor Size**: The size of the cursor.
* **Enable Cursor**: Set to true if you want to sample the color at the cursor position.
* **Enable Preview**: Set to true if you want to preview the chroma sample.

### **Returns**

Nothing


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mixeffect.app/automate/shortcuts/actions/set-keyer-chroma-sample.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
