|
RGB Conversion (RGB to HSL)
|
Performs an explicit conversion from
RGB to
HSL.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static explicit operator HSL (
RGB rgb
)
Public Shared Narrowing Operator CType (
rgb As RGB
) As HSL
Request Example
View SourceParameters
- rgb
- Type: Accord.ImagingRGB
The RGB color.
Return Value
Type:
HSLThe result of the conversion.
See Also