GetMaximumFontSize(graphics, fontFamily, text, style, allowWordWrapping, maxWidth, maxHeight) MakeSemitransparentImage(width, height, initGraphics, drawOpaqueLayer, drawTransparencyLayer, transparencyFromChannel, invertTransparency)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: Color FromHsv(double, double, double)Declarationpublic static Color FromHsv(
double hue,
double saturation,
double value
) Summary
Converts hue, saturation and value into an RGB color object. Parametersdouble | hue |
The hue (0–360). | double | saturation |
The saturation (0–1). | double | value |
The value/luminance/brightness (0–1). |
|