> ## 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 上的 Lighting API 与 LampArray

> 使用 GDK Lighting API 驱动外设与控制器的 RGB 灯光，并介绍面向 XBOX Series X|S、XBOX One 与 Windows 游戏的 LampArray 基础知识。

浏览 XBOX 游戏开发中的光照相关主题。

<CardGroup cols={2}>
  <Card title="光照 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 上所有的颜色更新函数都使用 LampArrayColor 结构来表示 RGBA 颜色值。
  </Card>

  <Card title="Lamparray 效果" icon="compass" href="/build/core-features/common/lighting/lighting-effects">
    在游戏循环内调用 ILampArray 颜色函数以产生效果和动画。
  </Card>
</CardGroup>

## 另请参阅

* [异步](/build/core-features/common/async/index)
* [游戏配置](/build/core-features/common/game-config/index)
* [游戏存档](/build/core-features/common/game-save/index)
* [游戏串流](/build/core-features/common/game-streaming/index)
* [输入](/build/core-features/common/input/index)
* [打包](/build/core-features/common/packaging/index)
* [用户](/build/core-features/common/user/index)


## Related topics

- [XBOX 与 PC 上的 Lighting API 与 LampArray](/zh-CN/build/core-features/common/lighting/index.md)
- [Lighting API and LampArray on XBOX and PC](/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)
