Frame#
Added in version 2.0.
Superclasses: Object
A frame of an image often being the complete image.
Methods#
- class Frame
-
- get_color_cicp() Cicp | None#
Returns the CICP (coding-independent code point) for the frames texture. This value is
NULLif no CICP is used.Added in version 2.0.
- get_delay() int#
Duration to show frame for animations.
If the value is zero, the image is not animated.
Added in version 2.0.
- get_memory_format() MemoryFormat#
Format of the image data in
get_buf_bytesAdded in version 2.0.