Table of Contents

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

int

Saturation

Gets the saturation component.

public int Saturation { get; }

Property Value

int

Value

Gets the value component.

public int Value { get; }

Property Value

int