heap_remove, sp_brightness_grid_into_packet

This commit is contained in:
Vinzenz Schroeter 2025-04-12 21:56:07 +02:00
parent ce70ecd9e2
commit 1e442012be
6 changed files with 42 additions and 13 deletions

View file

@ -695,6 +695,10 @@ Brightness sp_brightness_grid_get(BrightnessGrid */*notnull*/ brightness_grid,
*/
size_t sp_brightness_grid_height(BrightnessGrid */*notnull*/ brightness_grid);
Packet *sp_brightness_grid_into_packet(BrightnessGrid */*notnull*/ grid,
size_t x,
size_t y);
/**
* Loads a [BrightnessGrid] with the specified dimensions from the provided data.
*