# Texture Editor Parts

In the top-left corner, you’ll find tabs representing different texture set revisions (1); each tab corresponds to a separate revision. The screenshot below shows four revisions.

<figure><img src="/files/xfem8TqAmgnKtsbPgIRC" alt=""><figcaption></figcaption></figure>

Within each tab, all textures included in that revision are listed (2). Below the textures, you’ll see details such as creation date, pixel dimensions, physical size in centimeters, and color space. Beneath this section is the operator stack (3), where the first entry represents the initial texture version, whether it was uploaded manually or generated by the colormass Scanner.

The operator stack enables non-destructive texture modifications. Operators are stacked in top-down order and can be removed at any time, allowing you to revert to the original version of the textures if needed.

The second column is the operator inspector (4) which displays all options of the currently selected operator.

On the right side of the editor is the viewer, occupying most of the screen to facilitate easy texture viewing and editing. You can switch between textures by clicking the small thumbnails in the top-left corner. The viewer allows zooming with the mouse scroll and panning by right-clicking.

In the bottom-right corner (5), additional tools are available, including options for downloading, zooming, tiled view, and brightness adjustment for display purposes.


---

# 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.colormass.com/scanning-and-tiling/texture-editor/texture-editor-parts.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.
