Table of Contents

Method RgbFromHsv

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

RgbFromHsv(double, double, double, out double, out double, out double)

Converts the given HSV color representation into the color.

public static void RgbFromHsv(double h, double s, double v, out double r, out double g, out double b)

Parameters

h double

The color hue.

s double

The color saturation.

v double

The color value (brightness).

r double

Receives red channel value of the color.

g double

Receives green channel value of the color.

b double

Receives blue channel value of the color.