logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_pixel_block_size - Allegro 5 API

Description

       Return the number of bytes that a block of pixels with this format occupies.

Name

       al_get_pixel_block_size - Allegro 5 API

See Also

ALLEGRO_PIXEL_FORMAT(3alleg5), al_get_pixel_block_width(3alleg5), al_get_pixel_block_height(3alleg5)

Allegro reference manual                                                        al_get_pixel_block_size(3alleg5)

Since

       5.1.9.

Synopsis

              #include <allegro5/allegro.h>

              int al_get_pixel_block_size(int format)

See Also