# Color Spaces and Settings

## Color Spaces

### HSV and HSP

The two primary color spaces in the plugin are **HSV** and **HSP**. The key difference is how brightness is calculated. You can see this most clearly in the Luma grid when switching between them.

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

### LOG and LOG2

`log` and `log2` modes are designed for lower-saturation images (for example flat or log camera formats). These modes apply a non-linear saturation transform. `log2` is stronger than `log`, so it is often better for very desaturated material.

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

In the Hue grid, this stretches color distribution from center outward:

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

Log spaces are also useful when you need more precision in low-saturation areas near the grid center.

## Macbeth Chart

You can open a Macbeth chart from the Options menu. It shows color chips with before/after values.

Hover over any chip to inspect RGB values.

![](https://timeinpixels.com/wp-content/uploads/2018/10/B0C9C254-F54C-4A6C-B5C7-76DE66519C0.jpg)

This feature is available in the Pro version only.

## Settings

Open the settings window from the Options menu at the top of the viewer/window.

* **Custom UI scaling**: set a custom UI scale factor (useful on high-resolution displays)
* **White point snap**: enable magnetic snap for neutral points in Hue and Luma grids
* **Always reset points to original position**: when resetting points (context menu or `Alt + Click`), always return to original position and pin
* **Enhanced picker**: show before/after split view inside the color picker circle
* **Color picker area**: set the sampling window size (averaged result)
* **Color picker size**: set the picker circle size
* **Color picker format**: show values in `RGB` or `HSV`
* **Tone down saturation**: protect neutral colors from over-saturation
* **GPU mode for Window Mode**: choose processing backend for the dialog window
* **Force CPU render in Window Mode**: use CPU processing in Window Mode
* **Reload config file**: reload configuration from disk

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

## Color Picker

### Enhanced Color Picker

**Enhanced Color Picker** enables a split circle view:

* Left half: original color
* Right half: remapped color

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

### Color Picker Size

`Color picker size` controls the picker circle size:

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

### Color Picker Format

`Color picker format` supports:

* **RGB**: `0-255` per channel
* **HSV**: Hue `0-359`, Saturation `0-100`, Value/Lightness `0-100`

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

## Tone Down Saturation

**Tone Down Saturation** protects neutral colors.

When you move neutral points (the center point in Hue grid, and the central vertical line in Luma grids), saturation is applied with a lower factor to reduce clipping risk.

If you are correcting color cast or color temperature in neutral areas, keep this option enabled for finer control.

## Keyboard Shortcuts

### Available in Overlay and Window Mode

* **A**: switch to Hue grid
* **S**: switch to Luma grid
* **D**: show/hide Adjustment Window
* **Alt + Click** / **Option + Click**: reset selected point
* **C**: show/hide color picker
* **Shift + Drag**: precision drag mode when adjusting color in the image

### Window Mode Only

* **F**: hold for fullscreen preview
* **Space**: hold for before view

### Overlay Mode Only

* **H**: hold to hide plugin UI


---

# 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/color-spaces-and-settings.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.
