From 6d08879638a92da02d259b40a73ac24c3f5529fc Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Sun, 2 Nov 1997 04:58:41 +0100 Subject: [PATCH] default spacefactors modified Rev: src/modules/Image/colortable.c:1.16 --- src/modules/Image/colortable.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index 7e5f125fdf..f19f2e9890 100644 --- a/src/modules/Image/colortable.c +++ b/src/modules/Image/colortable.c @@ -1,11 +1,11 @@ #include <config.h> -/* $Id: colortable.c,v 1.15 1997/11/02 03:46:50 mirar Exp $ */ +/* $Id: colortable.c,v 1.16 1997/11/02 03:58:41 mirar Exp $ */ /* **! module Image **! note -**! $Id: colortable.c,v 1.15 1997/11/02 03:46:50 mirar Exp $ +**! $Id: colortable.c,v 1.16 1997/11/02 03:58:41 mirar Exp $ **! class colortable **! **! This object keeps colortable information, @@ -21,7 +21,7 @@ #undef COLORTABLE_REDUCE_DEBUG #include "global.h" -RCSID("$Id: colortable.c,v 1.15 1997/11/02 03:46:50 mirar Exp $"); +RCSID("$Id: colortable.c,v 1.16 1997/11/02 03:58:41 mirar Exp $"); #include <sys/types.h> #include <sys/stat.h> @@ -60,8 +60,8 @@ extern struct program *image_program; (COLORLOOKUPCACHEHASHB*(int)(b)))% \ COLORLOOKUPCACHEHASHSIZE) -#define SPACEFACTOR_R 2 -#define SPACEFACTOR_G 3 +#define SPACEFACTOR_R 3 +#define SPACEFACTOR_G 4 #define SPACEFACTOR_B 1 #define CUBICLE_DEFAULT_R 4 @@ -3007,7 +3007,7 @@ void image_colortable_map(INT32 args) **! distance factors. This is used when comparing distances **! in the colorspace and comparing grey levels. **! -**! Default factors are 2, 3 and 1; blue is much +**! Default factors are 3, 4 and 1; blue is much **! darker than green. Compare with <ref>Image.image::grey</ref>(). **! **! returns the called object -- GitLab