summaryrefslogtreecommitdiffstats
path: root/gst/flx/flx_color.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-01-18 18:41:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-01-18 18:41:58 +0000
commitf34f00f438b35148d063185c3c8940b10768561e (patch)
tree3ec9feefd0713e82b1764be333f6fe789c7a18c6 /gst/flx/flx_color.h
parent5c285187280eb38b5a2265c6675044b59372fc7e (diff)
Fix the "64 colors flx too dark" bug.
Original commit message from CVS: Fix the "64 colors flx too dark" bug.
Diffstat (limited to 'gst/flx/flx_color.h')
-rw-r--r--gst/flx/flx_color.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/flx/flx_color.h b/gst/flx/flx_color.h
index 5676c878..022e54d6 100644
--- a/gst/flx/flx_color.h
+++ b/gst/flx/flx_color.h
@@ -37,7 +37,7 @@ void flx_colorspace_convert(FlxColorSpaceConverter *flxpal, guchar *src, guchar
FlxColorSpaceConverter * flx_colorspace_converter_new(gint width, gint height);
void flx_set_palette_vector(FlxColorSpaceConverter *flxpal, guint start, guint num,
- guchar *newpal);
+ guchar *newpal, gint scale);
void flx_set_color(FlxColorSpaceConverter *flxpal, guint colr, guint red, guint green,
- guint blue);
+ guint blue, gint scale);