Expand description
All Sk* types are accessible via skia_safe::
Modules§
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 ColorTypes 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.