> ## 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.

# ILampInfo::GetFixedColor method

> Returns whether a Lamp on a LampArray has a fixed hardware color, meaning it cannot change color and only responds to brightness changes.

# ILampInfo::GetFixedColor

Returns whether a Lamp has a fixed color.

## Syntax

```cpp theme={null}
bool GetFixedColor(
    LampArrayColor* fixedColor)
```

### Parameters

*fixedColor*   \_Out\_\
Type: LampArrayColor\*

A pointer to the fixed color value supported by the Lamp. If this function returns false, fixedColor should be ignored.

### Return value

Type: bool

Returns true if the Lamp has a fixed color, and false otherwise.

## 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)\
[ILampInfo](/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo)


## Related topics

- [ILampInfo::GetBlueLevelCount method](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getbluelevelcount.md)
- [ILampInfo::GetGreenLevelCount method](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getgreenlevelcount.md)
- [ILampInfo::GetRedLevelCount method](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getredlevelcount.md)
- [ILampInfo::GetNearestSupportedColor method](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getnearestsupportedcolor.md)
- [ILampInfo::GetGainLevelCount method](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getgainlevelcount.md)
