# Light

## Add a Light

At the moment there are two ways to add a light source in the editor:&#x20;

* Area light&#x20;
* HDRI light

You can add an area light by clicking on the *Camera* *& Lights* button and then clicking on *Lights* and then *Area Light.*&#x20;

<figure><img src="/files/j0mElsYrYWf7XQQdBgYc" alt="" width="563"><figcaption><p>Add a light</p></figcaption></figure>

Which will add a rectangle like object in the middle:

<figure><img src="/files/LRhX6QFX4LngX7UEmBi0" alt="" width="375"><figcaption><p>Area light</p></figcaption></figure>

## Targeted vs Non-Targeted

If you click on the target you can also adjust where the target of the light is. The light by default will move around a fixed point in space:

<figure><img src="/files/eCDPEkBJyo594pi5fB5F" alt=""><figcaption><p>Targeted light</p></figcaption></figure>

If you change the *Targeted* toggl&#x65;*:*

<figure><img src="/files/MmhaNl4nEn3govyG3ZnM" alt="" width="563"><figcaption><p>Targeted toggle</p></figcaption></figure>

&#x20;you will have a *Non-Targeted Light* that is not fixated on any point in space.

<figure><img src="/files/0UBeVPRQsLliFAWeFnER" alt=""><figcaption><p>Non-targeted light</p></figcaption></figure>

## Width and Height

You can change the width and height of the light:

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

## Intentisty and Color

furthermore you can also adjust the intensity and the color of the light. If you change the intensity it is good to keep in mind that the intensity of the light will depend on which type of light you chose.

<figure><img src="/files/WUwxonR62ApKlmGCt8oH" alt="" width="563"><figcaption></figcaption></figure>

You can choose between the two types of *Area Light*:

* Blender: The luminous flux (the intensity of the whole light) remains constant, meaning that increasing the surface area (width and height) will not affect the overall intensity.
* Corona: The luminance of the light (the intensity in a given unit area) is constant so if you increase the size of the light it will increase the intensity of the whole light as well

To change the color of the light, you simply have to pick a color from the color picker.

<figure><img src="/files/rIexaahaleU2V0e4yrtM" alt=""><figcaption><p>Choosing the color of the light</p></figcaption></figure>

## Visibility

In some cases it is important to adjust whether the light is visible to the camera or various reflections, and this you can change in the visiblity settings:

<figure><img src="/files/V1ybNl2LO2FCp3o2mGAb" alt="" width="176"><figcaption><p>Visibility</p></figcaption></figure>


---

# 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/building-blocks/scenes/light.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.
