Trait evalchroma::RGBToCbQuick[][src]

pub trait RGBToCbQuick {
    fn to_cbcr_q(self) -> YCbCrApprox;
}

Fast CbCr appproximation

Required Methods

Implementations on Foreign Types

impl RGBToCbQuick for RGB8
[src]

impl RGBToCbQuick for GRAY8
[src]

impl RGBToCbQuick for GRAY16
[src]

impl RGBToCbQuick for GRAYA8
[src]

impl RGBToCbQuick for GRAYA16
[src]

impl RGBToCbQuick for RGBA8
[src]

impl RGBToCbQuick for BGRA8
[src]

impl RGBToCbQuick for BGR8
[src]

impl RGBToCbQuick for RGB16
[src]

impl RGBToCbQuick for RGBA16
[src]

Implementors