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