Type Alias vizia::vg::yuva_pixmaps::YUVAPixmapInfo

pub type YUVAPixmapInfo = Handle<SkYUVAPixmapInfo>;
Expand description

YUVAInfo combined with per-plane ColorTypes and row bytes. Fully specifies the Pixmap`s for a YUVA image without the actual pixel memory and data.

Aliased Typeยง

struct YUVAPixmapInfo(/* private fields */);