summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_set_foreground.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_set_foreground.c')
-rw-r--r--apps/plugins/lib/gray_set_foreground.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray_set_foreground.c b/apps/plugins/lib/gray_set_foreground.c
index 994f9d6d25..afde64f645 100644
--- a/apps/plugins/lib/gray_set_foreground.c
+++ b/apps/plugins/lib/gray_set_foreground.c
@@ -33,6 +33,8 @@
33 Set the foreground shade for subsequent drawing operations 33 Set the foreground shade for subsequent drawing operations
34 ---------------------------------------------------------------------------- 34 ----------------------------------------------------------------------------
35 brightness = 0 (black) .. 255 (white) 35 brightness = 0 (black) .. 255 (white)
36
37 Default after initialization: 0
36 */ 38 */
37void gray_set_foreground(int brightness) 39void gray_set_foreground(int brightness)
38{ 40{