Module yuva_pixmaps
skia_
safe
0.91.1
Module yuva_
pixmaps
Module Items
Modules
Enums
Type Aliases
In crate skia_
safe
skia_safe
Module
yuva_
pixmaps
Copy item path
Source
Modules
§
yuva_
pixmap_
info
Enums
§
Data
Type
Data type for Y, U, V, and possibly A channels independent of how values are packed into planes. Data type for Y, U, V, and possibly A channels independent of how values are packed into planes.
Type Aliases
§
YUVA
Pixmap
Info
YUVAInfo
combined with per-plane
ColorType
s and row bytes. Fully specifies the
Pixmap
`s for a YUVA image without the actual pixel memory and data.
YUVA
Pixmaps
Helper to store
Pixmap
planes as described by a
YUVAPixmapInfo
. Can be responsible for allocating/freeing memory for pixmaps or use external memory.