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

> GDK ライティング API と LampArray の基礎を使用して、XBOX Series X|S、XBOX One、Windows タイトルの周辺機器およびコントローラーの RGB ライティングを制御します。

XBOX ゲーム開発におけるライティングのトピックを紹介します。

<CardGroup cols={2}>
  <Card title="Lighting API" icon="circle-info" href="/build/core-features/common/lighting/gc-lighting-toc">
    Lighting API について説明します。
  </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)
* [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)
* [入力](/build/core-features/common/input/index)
* [パッケージング](/build/core-features/common/packaging/index)
* [ユーザー](/build/core-features/common/user/index)


## Related topics

- [XBOX および PC でのライティング API と LampArray](/ja-jp/build/core-features/common/lighting/index.md)
- [XBOX Insider Program フライティング FAQ](/ja-jp/publishing/game-publishing/publishing-processes/managed-creators/publishing-processes-xbox-flighting-faq.md)
- [LampArrayStatus 列挙型](/ja-jp/reference/lighting/lamparray/enums/lamparraystatus.md)
- [LampArray](/ja-jp/reference/lighting/lamparray/lamparray_members.md)
- [XBOX Insider Program フライティング](/ja-jp/publishing/game-publishing/publishing-processes/managed-creators/publishing-processes-xbox-insider-flighting.md)
