# Interface and Modes

Nobe Color Remap works in two modes:

* **Overlay Mode** (*Pro version only*)
* **Window Mode**

## Overlay Mode

Overlay Mode draws the plugin interface directly in the Resolve viewer.

Use the mouse wheel to zoom the preview image and middle-click + drag to pan it. This helps you keep the image visible while working with the controls.

You can also use `Shift + F` to maximize the viewer while grading.

![](https://timeinpixels.com/wp-content/uploads/2018/10/C4092035-1975-436E-B95E-66B9DA7ACAEF.jpg)

The interface is rendered only when **OpenFX Overlay** is enabled in the image viewer:

![](https://timeinpixels.com/wp-content/uploads/2018/10/ofx_enable_overlay.jpg)

### Advantages

* All adjustments are visible immediately on an external monitor.
* IDT and ODT are applied in the viewer preview.
* You can drag colors directly in the viewer to adjust Hue, Saturation, and Luminosity.
* You can enable the advanced color picker and see before/after color directly in the viewer.

### Limitation

Overlay Mode has less screen space than a separate window. To free up room, use `Shift + F` in Resolve to hide some grading controls.

## Window Mode

To open Window Mode, click **Open Color Remap...** in the OpenFX settings:

![](https://timeinpixels.com/wp-content/uploads/2018/10/open_remote_ofx.jpg)

This opens a modal window with grid controls and preview:

![](https://timeinpixels.com/wp-content/uploads/2018/10/window_mode.jpg)

Window Mode gives you the full screen for controls and preview. You can drag the splitter to resize the grid and preview areas.

### Limitations

* Changes are not visible in Resolve until you click **Apply Changes** and close the window.
* Changes are not visible on an external monitor while the window is open.
* Resolve color science settings (including ACES IDT/ODT) are not shown in the Window Mode preview.

## Adjustment Controls

The Adjustment Window provides:

* **Hue Bypass**: bypass Hue grid processing
* **Luma Bypass**: bypass Luma grid processing
* **Show ColorPicker**: show the color picker indicator at the cursor
* **Color distribution**: show color distribution in the grid
* **Color distribution gain**: increase color distribution intensity
* **Color space**: choose the working color space (`HSV`, `HSV log`, `HSV log2`, `HSP`, `HSP log`, `HSP log2`)
* **Reset All**: reset both grids to defaults

![](https://timeinpixels.com/wp-content/uploads/2018/10/adjustment_windo.jpg)

In Overlay Mode, these controls are available in the OpenFX plugin settings panel on the right side of the viewer.


---

# 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.timeinpixels.com/nobe-color-remap/guide/interface.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.
