Class HsvColor
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents a normalized HSV color.
public sealed class HsvColor
- Inheritance
-
HsvColor
- Inherited Members
Properties
Hue
Gets the hue component.
public int Hue { get; }
Property Value
Saturation
Gets the saturation component.
public int Saturation { get; }
Property Value
Value
Gets the value component.
public int Value { get; }