summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_set_foreground.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-06-25 21:09:34 +0000
committerJens Arnold <amiconn@rockbox.org>2004-06-25 21:09:34 +0000
commit0690ac1966772975879540a4c614b497858ecfb7 (patch)
tree8e223dccdf10bb38b902a08633112f4e1b68ccbc /apps/plugins/lib/gray_set_foreground.c
parentb058366b1310bb8495bdc002a86e3c2500aa5e6f (diff)
downloadrockbox-0690ac1966772975879540a4c614b497858ecfb7.tar.gz
rockbox-0690ac1966772975879540a4c614b497858ecfb7.zip
added comments about default values
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4804 a1c6a512-1295-4272-9138-f99709370657
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{