LampArrayCustomEffect クラス

定義

この効果は、開発者が定義したカスタム効果のエントリ ポイントを効果フレームワークに提供します。プレイリスト内に含め、スケジュールすることができます。

public ref class LampArrayCustomEffect sealed : ILampArrayEffect
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Lights.Effects.ILampArrayCustomEffectFactory, 458752, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LampArrayCustomEffect final : ILampArrayEffect
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Lights.Effects.ILampArrayCustomEffectFactory), 458752, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class LampArrayCustomEffect : ILampArrayEffect
function LampArrayCustomEffect(lampArray, lampIndexes)
Public NotInheritable Class LampArrayCustomEffect
Implements ILampArrayEffect
継承
Object Platform::Object IInspectable LampArrayCustomEffect
属性
実装

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

LampArray サンプル

Windows.Devices.Lights API と Windows.Devices.Lights.Effects API を使用して周辺機器の RGB 照明を制御する方法を示します。

AutoRGB サンプル

デスクトップ画面から 1 つの代表的な色を抽出し、それを使用して、接続された RGB デバイス上の LED ランプを点灯させる方法を示します。

注釈

BitmapEffect と同様に、開発者は、影響を与えるランプ インデックスのサブセットを指定し、UpdateRequested イベントをサブスクライブして、定期的な間隔でランプの状態を変更します。

コンストラクター

LampArrayCustomEffect(LampArray, Int32[])

効果の新しいインスタンスを作成して初期化します。

プロパティ

Duration

効果の期間を取得または設定します。

UpdateInterval

UpdateRequested イベントのトリガー間隔を取得または設定します。 指定されたイメージは、イベントが次にトリガーされるまで表示されます。

ZIndex

同じランプを変更する 2 つの効果のグローバル優先順位。

イベント

UpdateRequested

ランプの状態を変更する必要があることを示すためにシステムによってトリガーされるイベント。

適用対象

こちらもご覧ください