Skip to content

BulbHSV Class

Namespace: TPLinkSmartDevices.Data

represents a single color in the HSV color model to change a smart bulbs color

Properties

Hue

Angular dimension representing color, 0°/360° red, 120° green, 240° blue
public int Hue { get; set; }

Saturation

Resembles various tints of color. Accepts values from 0-100.
public int Saturation { get; set; }

Value

Brightness of color (mixture of hue with varying amounts of black or white paint). Accepts values from 0-100.
public int Value { get; set; }