> For the complete documentation index, see [llms.txt](https://help.manu.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.manu.co/learn/manual/materials/texture-maps/difuse-albedo.md).

# Difuse/Albedo

The Diffuse/Albedo map indicates what colors are in this texture. It takes the color of the objects.

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

**How to apply a texture map (on the example of a Diffuse map)?**

To apply a texture to the material, click on the diffuse map, after that it will be possible to import or select a diffuse map.

To download a texture from your computer, simply click on the Import texture option. You also can select a texture map from the texture picker.

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

The diffuse map can also be disabled by moving the slider under it to the left.

![](/files/ShGpJ5xqRigUBEtcIAUr)

If for some reason you need to delete the diffuse map, just hover over it and you will see a trash can icon. Right-click on it and the diffuse map will disappear.

![](/files/6MDPYWCPuqM4yWEoAOe7)

### Color/Albedo Tint

Each material has a Color property; and it behaves differently for each material. For example, for Basic materials, it behaves quite straightforwardly. We can choose any color and apply it to the object. And the object will simply get this color, there will be no reliefs, shadings or refraction of light on the object.

If we apply texture and change its color, the color value is multiplied by the selected texture.

<figure><img src="/files/37uU33lSXvDhqE8FakyJ" alt=""><figcaption></figcaption></figure>

And if the texture is not selected or disabled, it just shows the color.

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

Application: the combination of texture and color can be used in animation. For example, we have some object and we need it to flash red without changing anything else. Create an animation, set the color change from white to red and loop the animation.


---

# 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://help.manu.co/learn/manual/materials/texture-maps/difuse-albedo.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.
