Click or drag to resize
Accord.NET (logo)

HSLToRGB Method

Convert the color to RGB color space.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public RGB ToRGB()
Request Example View Source

Return Value

Type: RGB
Returns RGB instance, which represents converted color value.
See Also