summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/video.h b/video.h
index ea11633..b27a195 100644
--- a/video.h
+++ b/video.h
@@ -97,6 +97,18 @@ extern void VideoSetSoftStartSync(int);
/// Set show black picture during channel switch.
extern void VideoSetBlackPicture(int);
+ /// Set brightness adjustment.
+extern void VideoSetBrightness(int);
+
+ /// Set contrast adjustment.
+extern void VideoSetContrast(int);
+
+ /// Set saturation adjustment.
+extern void VideoSetSaturation(int);
+
+ /// Set hue adjustment.
+extern void VideoSetHue(int);
+
/// Set video output position.
extern void VideoSetOutputPosition(int, int, int, int);