> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/scopebox/palette-types/ycbcr-parade.md).

# YCbCr Parade

The YCbCr Parade displays individual waveform monitors for the Y, Cb and Cr components of the signal.

The YCbCr Parade is useful for signal chain diagnosis since most video devices process in the YUV colorspace.

![](/files/b3X23RR0Aj8ON2zhyvms)

### Controls

#### Mode

The Mode dropdown allows you to choose the method ScopeBox uses to render your scope. Each mode offers you different information.

*Weighted* mode looks like a traditional scope and expresses the number of pixels at a given value by varying the brightness.

*Mono* mode displays every data point at full intensity, which can be useful in ensuring complete legality. With weighted views it is possible to miss a small pixel region that is out of range.

#### Instantaneous Envelopes

Instantaneous Envelopes help ensure that you don't miss any data within your monitor, even when it's just a single pixel. Checking the box will cause two bounding lines to be added to your waveform, one showing the maximum values for your waveform, and one showing the minimum values for each vertical line.

#### Peak Envelopes

Peak envelopes show the maximum and minimum values for each component over time. This allows you to look away from your scopes, and still know whether you exceeded a target threshold. The reset button will clear the peak values.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/scopebox/palette-types/ycbcr-parade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
