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