[][src]Struct skia_bindings::SkColorSpacePrimaries

#[repr(C)]
pub struct SkColorSpacePrimaries {
    pub fRX: f32,
    pub fRY: f32,
    pub fGX: f32,
    pub fGY: f32,
    pub fBX: f32,
    pub fBY: f32,
    pub fWX: f32,
    pub fWY: f32,
}

Fields

fRX: f32fRY: f32fGX: f32fGY: f32fBX: f32fBY: f32fWX: f32fWY: f32

Methods

impl SkColorSpacePrimaries[src]

pub unsafe fn toXYZD50(&self, toXYZD50: *mut skcms_Matrix3x3) -> bool[src]

Trait Implementations

impl Clone for SkColorSpacePrimaries[src]

impl Copy for SkColorSpacePrimaries[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]