Table of Contents

Method ColorFromHsv

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

ColorFromHsv(double, double, double)

Converts the given HSV color representation into the Color.

public static Color ColorFromHsv(double h, double s, double v)

Parameters

h double

The color hue.

s double

The color saturation.

v double

The color value (brightness).

Returns

Color

Converted color.