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

> ILampInfo::GetFixedColor

# ILampInfo::GetFixedColor

Lamp에 고정 색상이 있는지 여부를 반환합니다.

## 구문

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

### 매개변수

*fixedColor*   \_Out\_\
형식: LampArrayColor\*

Lamp가 지원하는 고정 색상 값에 대한 포인터입니다. 이 함수가 false를 반환하면 fixedColor는 무시해야 합니다.

### 반환값

형식: bool

Lamp에 고정 색상이 있는 경우 true를 반환하고, 그렇지 않으면 false를 반환합니다.

## 요구 사항

**헤더:** LampArray.h

**라이브러리:** xgameplatform.lib

**지원되는 플랫폼:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[Lighting API 개요](/build/core-features/common/lighting/gc-lighting-toc)\
[ILampInfo](/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo)


## Related topics

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