translate announce and brightness tester examples

This commit is contained in:
Vinzenz Schroeter 2025-04-12 19:29:10 +02:00
parent 8dcced489a
commit f193c659b9
6 changed files with 96 additions and 24 deletions

View file

@ -668,6 +668,8 @@ size_t sp_brightness_grid_height(BrightnessGrid */*notnull*/ brightness_grid);
/**
* Loads a [BrightnessGrid] with the specified dimensions from the provided data.
*
* Any out of range values will be set to [Brightness::MAX] or [Brightness::MIN].
*
* returns: new [BrightnessGrid] instance, or NULL in case of an error.
*/
BrightnessGrid *sp_brightness_grid_load(size_t width,