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

# Lighting API and LampArray on XBOX and PC

> Drive RGB lighting on peripherals and controllers with the GDK Lighting API and LampArray basics for XBOX Series X|S, XBOX One, and Windows titles.

Explore lighting topics for XBOX game development.

<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 basics" icon="note-sticky" href="/build/core-features/common/lighting/lighting-basics">
    This page describes how to register LampArray callbacks and interact with ILampArray and ILampInfo instances.
  </Card>

  <Card title="Setting colors on a lamparray" icon="sliders" href="/build/core-features/common/lighting/lighting-colors">
    All color update functions on ILampArray use the LampArrayColor struct to represent an RGBA color value.
  </Card>

  <Card title="Lamparray effects" icon="compass" href="/build/core-features/common/lighting/lighting-effects">
    Call ILampArray color functions within the game loop to produce effects and animations.
  </Card>
</CardGroup>

## See also

* [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

- [Lighting API and LampArray on XBOX and PC](/build/core-features/common/lighting/index.md)
- [XBOX 与 PC 上的 Lighting API 与 LampArray](/zh-CN/build/core-features/common/lighting/index.md)
- [XBOX 및 PC의 조명 API와 LampArray](/ko/build/core-features/common/lighting/index.md)
- [API de iluminación y LampArray en XBOX y PC](/es/build/core-features/common/lighting/index.md)
- [XBOX および PC でのライティング API と LampArray](/ja-jp/build/core-features/common/lighting/index.md)
