Module yuv::convert

source ·
Expand description

YUV -> RGB converter. See RGBConvert::new

Structs§

  • Fast path when no conversion needed for YUV -> GBR
  • Rescaling bit range for YUV -> GBR
  • Converter for YCbCr color spaces

Enums§

  • Enum containing concrete type of converter used.

Traits§

  • Trait for YUV -> RGB conversion implemented by color-space-specific converters. See RGBConvert