Click or drag to resize
Accord.NET (logo)

HSLToRGB Method (HSL, RGB)

Convert from HSL to RGB color space.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static void ToRGB(
	HSL hsl,
	ref RGB rgb
)
Request Example View Source

Parameters

hsl
Type: Accord.ImagingHSL
Source color in HSL color space.
rgb
Type: Accord.ImagingRGB
Destination color in RGB color space.
See Also