|   | HSL  Conversion (HSL to RGB) | 
        
         
            Performs an explicit conversion from 
HSL to 
RGB.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
 Syntax
Syntaxpublic static explicit operator RGB (
	HSL hsl
)
Public Shared Narrowing Operator CType ( 
	hsl As HSL
) As RGB
Parameters
- hsl
- Type: Accord.ImagingHSL
 The HSL color.
Return Value
Type: 
RGBThe result of the conversion.
 See Also
See Also