Click or drag to resize
RgbLedBrightnessLevel Property
Gets or sets a value indicating the current brightness level of the light, where 0.0 is completely off and 1.0 is maximum brightness.

Namespace: Microsoft.IoT.Devices.Lights
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public float BrightnessLevel { get; set; }

Property Value

Type: Single
A value indicating the current brightness level of the lamp. The default is 1.0.

Implements

ILightBrightnessLevel
See Also