LampArrayUpdateRequestedEventArgs.SetSingleColorForIndices 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 모든 램프를 동일한 색으로 설정합니다.
public:
virtual void SetSingleColorForIndices(Color desiredColor, Platform::Array <int> ^ lampIndexes) = SetSingleColorForIndices;
void SetSingleColorForIndices(Color const& desiredColor, winrt::array_view <int> const& lampIndexes);
public void SetSingleColorForIndices(Color desiredColor, int[] lampIndexes);
function setSingleColorForIndices(desiredColor, lampIndexes)
Public Sub SetSingleColorForIndices (desiredColor As Color, lampIndexes As Integer())
매개 변수
- desiredColor
- Color
원하는 색입니다.
- lampIndexes
-
Int32[]
int[]
설정할 램프 인덱스의 배열입니다.
예제
Windows.Devices.Lights 및 Windows.Devices.Lights.Effects API를 사용하여 주변 장치의 RGB 조명을 제어하는 방법을 보여 줍니다.
데스크톱 화면에서 대표적인 단일 색을 추출하고 이를 사용하여 연결된 RGB 디바이스에서 LED 램프를 비추는 방법을 보여 줍니다.
설명
램프가 원하는 색을 지원하지 않으면 NearestSupportedColor로 설정됩니다.
인덱스가 디바이스에 없거나 효과에 지정되지 않은 경우 무시되고 나머지 인덱스는 계속 적용됩니다.
검은색 은 램프가 '꺼져' 있는 것과 같습니다.