Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

hsl
Type: Accord.ImagingHSL
The HSL color.

Return Value

Type: YCbCr
The result of the conversion.
See Also