Module yuva_pixmaps

Source
Expand description

All Sk* types are accessible via skia_safe::

Modules§

yuva_pixmap_info

Enums§

DataType
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§

YUVAPixmapInfo
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.
YUVAPixmaps
Helper to store Pixmap planes as described by a YUVAPixmapInfo. Can be responsible for allocating/freeing memory for pixmaps or use external memory.