Table of Contents

Class HSV

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Class HSV.

public class HSV
Inheritance
HSV
Inherited Members

Constructors

HSV()

public HSV()

Properties

Alpha

Gets or sets the alpha.

public double Alpha { get; set; }

Property Value

double

The alpha.

Hue

Gets or sets the hue.

public double Hue { get; set; }

Property Value

double

The hue.

Saturation

Gets or sets the saturation.

public double Saturation { get; set; }

Property Value

double

The saturation.

Value

Gets or sets the value.

public double Value { get; set; }

Property Value

double

The value.

Methods

ToRGB()

Converts to rgb.

public RGB ToRGB()

Returns

RGB

RGB.