Gly.Frame¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gly.Frame(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A frame of an image often being the complete image.
New in version 2.0.
- get_buf_bytes()¶
- Returns:
Image data
- Return type:
Image data arranged according to [method`Frame`.get_memory_format]
New in version 2.0.
- get_color_cicp()¶
-
Returns the CICP (coding-independent code point) for the frames texture. This value is
NULLif no CICP is used.New in version 2.0.
- get_delay()¶
- Returns:
Duration in microseconds.
- Return type:
Duration to show frame for animations.
If the value is zero, the image is not animated.
New in version 2.0.
- get_height()¶
- Returns:
Height in pixels
- Return type:
Height for image data in pixels
New in version 2.0.
- get_memory_format()¶
- Returns:
Format of image data
- Return type:
Format of the image data in [method`Gly`.Frame.get_buf_bytes]
New in version 2.0.
- get_stride()¶
- Returns:
Row stride in bytes
- Return type:
Width of a row for image data in bytes
New in version 2.0.