From 9fefd435c683d35684017b2f60163d3d93c63f4e Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Sun, 2 Feb 2003 12:44:03 +0000 Subject: Add support for brightness, saturation, contrast (not functional yet) CVS patchset: 4088 CVS date: 2003/02/02 12:44:03 --- src/video_out/yuv2rgb.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/video_out/yuv2rgb.h') diff --git a/src/video_out/yuv2rgb.h b/src/video_out/yuv2rgb.h index 808a84d7a..dc65adbb7 100644 --- a/src/video_out/yuv2rgb.h +++ b/src/video_out/yuv2rgb.h @@ -114,15 +114,11 @@ struct yuv2rgb_factory_s { yuv2rgb_t* (*create_converter) (yuv2rgb_factory_t *this); /* - * adjust gamma (-100 to 100 looks fine) + * set color space conversion levels * for all converters produced by this factory */ - void (*set_gamma) (yuv2rgb_factory_t *this, int gamma); - - /* - * get gamma value - */ - int (*get_gamma) (yuv2rgb_factory_t *this); + void (*set_csc_levels) (yuv2rgb_factory_t *this, + int brightness, int contrast, int saturation); /* * free resources -- cgit v1.2.3