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

> ILampInfo::GetBlueLevelCount

# ILampInfo::GetBlueLevelCount

Lamp に設定可能な青の強度の数を返します。

## 構文

```cpp theme={null}
uint32_t GetBlueLevelCount(
)
```

### パラメーター

このメソッドにはパラメーターがありません。

### 戻り値

Type: uint32\_t

青のレベルの異なる数です。

## 解説

Lamp が固定色を持つ場合 ([ILampInfo::GetFixedColor](/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getfixedcolor) を参照)、これは 0 を返します。

## 要件

**ヘッダー:** 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::GetNearestSupportedColor](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getnearestsupportedcolor.md)
- [ILampInfo::GetGainLevelCount](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getgainlevelcount.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](/ja-jp/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo.md)
