Type Alias vizia_core::vg::YUVAInfo
pub type YUVAInfo = Handle<SkYUVAInfo>;
Expand description
Specifies the structure of planes for a YUV image with optional alpha. The actual planar data is not part of this structure and depending on usage is in external textures or pixmaps.
Aliased Typeยง
struct YUVAInfo(/* private fields */);