Enum arrayfire::YCCStd[][src]

#[repr(u32)]
pub enum YCCStd { YCC_601, YCC_709, YCC_2020, }

YCbCr Standards

Variants

ITU-R BT.601 (formerly CCIR 601) standard

ITU-R BT.709 standard

ITU-R BT.2020 standard

Trait Implementations

impl Clone for YCCStd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for YCCStd
[src]

impl Debug for YCCStd
[src]

Formats the value using the given formatter. Read more

impl PartialEq for YCCStd
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for YCCStd

impl Sync for YCCStd