> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ILampArray::GetBrightnessLevel method

> Returns the overall brightness scale currently applied to every Lamp on a LampArray, where 0.0 is completely off and 1.0 is maximum brightness.

# ILampArray::GetBrightnessLevel

Gets the overall brightness of the ILampArray, where 0.0 is completely off and 1.0 is maximum brightness.

## Syntax

```cpp theme={null}
double GetBrightnessLevel(
)
```

### Parameters

This method has no parameters.

### Return value

Type: double

The current brightness level of the ILampArray. Default is 1.0.

## Remarks

Value is between 0.0 and 1.0 (inclusive).

## Requirements

**Header:** LampArray.h

**Library:** xgameplatform.lib

**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## See also

[Lighting API Overview](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampArray::SetBrightnessLevel](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setbrightnesslevel)\
[ILampArray](/reference/lighting/lamparray/interfaces/ilamparray/ilamparray)


## Related topics

- [ILampArray::SetBrightnessLevel method](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_setbrightnesslevel.md)
- [ILampArray::GetLampArrayKind method](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlamparraykind.md)
- [ILampArray::GetLampCount method](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlampcount.md)
- [ILampArray::GetLampInfo method](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getlampinfo.md)
- [ILampArray::GetIsEnabled method](/reference/lighting/lamparray/interfaces/ilamparray/methods/ilamparray_getisenabled.md)
