translate announce and brightness tester examples
This commit is contained in:
parent
8dcced489a
commit
f193c659b9
6 changed files with 96 additions and 24 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue