> ## 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\_\
Type: LampArrayColor\*

Lamp がサポートする固定色の値へのポインター。この関数が false を返す場合、fixedColor は無視してください。

### 戻り値

Type: 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](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getbluelevelcount.md)
- [ILampInfo::GetGreenLevelCount](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getgreenlevelcount.md)
- [ILampInfo::GetRedLevelCount](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getredlevelcount.md)
- [ILampInfo::GetNearestSupportedColor](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getnearestsupportedcolor.md)
- [ILampInfo::GetIndex](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getindex.md)
