Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: Color FromHsv(double, double, double)

Declaration

public static Color FromHsv(
    double hue,
    double saturation,
    double value
)

Summary

Converts hue, saturation and value into an RGB color object.

Parameters

doublehue The hue (0–360).
doublesaturation The saturation (0–1).
doublevalue The value/luminance/brightness (0–1).