> ## 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(
)
```

### 매개변수

이 메서드에는 매개변수가 없습니다.

### 반환값

형식: 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](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getnearestsupportedcolor.md)
- [ILampInfo::GetRedLevelCount](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getredlevelcount.md)
- [ILampInfo::GetGainLevelCount](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getgainlevelcount.md)
- [ILampInfo::GetGreenLevelCount](/ko/reference/lighting/lamparray/interfaces/ilampinfo/methods/ilampinfo_getgreenlevelcount.md)
- [ILampInfo](/ko/reference/lighting/lamparray/interfaces/ilampinfo/ilampinfo.md)
