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

# XBOX 및 PC의 조명 API와 LampArray

> XBOX Series X|S, XBOX One 및 Windows 타이틀을 위한 GDK 조명 API 및 LampArray 기초로 주변기기와 컨트롤러의 RGB 조명을 제어합니다.

XBOX 게임 개발을 위한 조명 관련 주제를 살펴보세요.

<CardGroup cols={2}>
  <Card title="Lighting API" icon="circle-info" href="/build/core-features/common/lighting/gc-lighting-toc">
    a id="introductionSection"/a
  </Card>

  <Card title="LampArray 기본 사항" icon="note-sticky" href="/build/core-features/common/lighting/lighting-basics">
    이 페이지에서는 LampArray 콜백을 등록하고 ILampArray 및 ILampInfo 인스턴스와 상호작용하는 방법에 대해 설명합니다.
  </Card>

  <Card title="LampArray의 색상 설정" icon="sliders" href="/build/core-features/common/lighting/lighting-colors">
    ILampArray의 모든 색상 업데이트 함수는 RGBA 색상 값을 표현하기 위해 LampArrayColor 구조체를 사용합니다.
  </Card>

  <Card title="LampArray 효과" icon="compass" href="/build/core-features/common/lighting/lighting-effects">
    게임 루프 내에서 ILampArray 색상 함수를 호출하여 효과와 애니메이션을 만듭니다.
  </Card>
</CardGroup>

## 함께 보기

* [Async](/build/core-features/common/async/index)
* [Game config](/build/core-features/common/game-config/index)
* [Game save](/build/core-features/common/game-save/index)
* [Game streaming](/build/core-features/common/game-streaming/index)
* [Input](/build/core-features/common/input/index)
* [Packaging](/build/core-features/common/packaging/index)
* [User](/build/core-features/common/user/index)


## Related topics

- [LampArray](/ko/reference/lighting/lamparray/lamparray_members.md)
- [LampArrayKind 열거형](/ko/reference/lighting/lamparray/enums/lamparraykind.md)
- [LampArrayStatus 열거형](/ko/reference/lighting/lamparray/enums/lamparraystatus.md)
- [ILampArray](/ko/reference/lighting/lamparray/interfaces/ilamparray/ilamparray.md)
- [Lighting API 참고 자료](/ko/reference/lighting/gc-reference-lighting-toc.md)
