NetSurf
|
Bitmap format specifier. More...
#include <bitmap.h>
Data Fields | |
enum bitmap_layout | layout |
Colour component layout. More... | |
bool | pma |
Premultiplied alpha. More... | |
enum bitmap_layout bitmap_fmt::layout |
Colour component layout.
Definition at line 96 of file bitmap.h.
Referenced by bitmap_format_convert(), bitmap_format_from_client(), bitmap_format_to_client(), bitmap_set_format(), jpeg_cache_convert(), jpegxl_cache_convert(), nsgif__get_bitmap_format(), nspng_setup_transforms(), png_cache_convert(), and webp_cache_convert().
bool bitmap_fmt::pma |
Premultiplied alpha.
Definition at line 97 of file bitmap.h.
Referenced by bitmap_format_convert(), bitmap_format_from_client(), bitmap_format_to_client(), bitmap_set_format(), jpegxl_cache_convert(), png_cache_convert(), and webp_cache_convert().