|
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 public static explicit operator RGB (
HSL hsl
)
Public Shared Narrowing Operator CType (
hsl As HSL
) As RGB
Request Example
View SourceParameters
- hsl
- Type: Accord.ImagingHSL
The HSL color.
Return Value
Type:
RGBThe result of the conversion.
See Also