Functions¶
|
|
|
Details¶
- Gly.loader_error_quark()¶
- Returns:
The error domain
- Return type:
Error quark for [error`GlyLoaderError`]
- Gly.memory_format_has_alpha(memory_format)¶
- Parameters:
memory_format (
Gly.MemoryFormat) –- Returns:
Returns
TRUEif the memory format has an alpha channel- Return type:
Whether a memory format has an alpha channel
New in version 2.0.
- Gly.memory_format_is_premultiplied(memory_format)¶
- Parameters:
memory_format (
Gly.MemoryFormat) –- Returns:
Returns
TRUEif color channels are premultiplied- Return type:
Whether a memory format has an alpha channel and the color values are premultiplied with the alpha value
New in version 2.0.