translate announce example
Some checks failed
Rust / build (pull_request) Failing after 29s

This commit is contained in:
Vinzenz Schroeter 2025-04-12 19:29:10 +02:00
parent a418e4f0c3
commit b4eab85b19
4 changed files with 50 additions and 15 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,