LampArray.LampCount 속성

정의

이 LampArray의 램프 부분 수입니다.

public:
 property int LampCount { int get(); };
int LampCount();
public int LampCount { get; }
var int32 = lampArray.lampCount;
Public ReadOnly Property LampCount As Integer

속성 값

Int32

int

LampArray의 램프 수입니다.

예제

LampArray 샘플

Windows.Devices.Lights 및 Windows.Devices.Lights.Effects API를 사용하여 주변 디바이스의 RGB 조명을 제어하는 방법을 보여 줍니다.

AutoRGB 샘플

데스크톱 화면에서 대표적인 단일 색을 추출하고 이를 사용하여 연결된 RGB 디바이스에서 LED 램프를 비추는 방법을 보여 줍니다.

적용 대상

추가 정보