changeset 18208:70edbfdeca61

The tv color control commands can now also adjust the values.
author albeu
date Sat, 22 Apr 2006 19:34:49 +0000
parents a08a78145d9b
children 8692be1df74b
files DOCS/tech/slave.txt
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/slave.txt	Sat Apr 22 19:30:57 2006 +0000
+++ b/DOCS/tech/slave.txt	Sat Apr 22 19:34:49 2006 +0000
@@ -264,17 +264,17 @@
 tv_set_norm <norm>
     Set the TV tuner norm (PAL, SECAM, NTSC, ...).
 
-tv_set_brightness <-100 - 100>
-    Set TV tuner brightness.
+tv_set_brightness <-100 - 100> [abs]
+    Set TV tuner brightness or adjust it if [abs] is set to 0.
 
-tv_set_contrast <-100 -100>
-    Set TV tuner contrast.
+tv_set_contrast <-100 -100> [abs]
+    Set TV tuner contrast or adjust it if [abs] is set to 0.
 
-tv_set_hue <-100 - 100>
-    Set TV tuner hue.
+tv_set_hue <-100 - 100> [abs]
+    Set TV tuner hue or adjust it if [abs] is set to 0.
 
-tv_set_saturation <-100 - 100>
-    Set TV tuner saturation.
+tv_set_saturation <-100 - 100> [abs]
+    Set TV tuner saturation or adjust it if [abs] is set to 0.
 
 use_master
     Switch volume control between master and PCM.