From eaff73d4713e38c497569589ba5ee1ca57d4d217 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Sun, 25 Jan 1998 12:26:54 +0100 Subject: [PATCH] change of default Rev: src/modules/Image/colortable.c:1.38 --- 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 c335530420..056302ef62 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.37 1998/01/25 10:44:41 mirar Exp $ */ +/* $Id: colortable.c,v 1.38 1998/01/25 11:26:54 mirar Exp $ */ /* **! module Image **! note -**! $Id: colortable.c,v 1.37 1998/01/25 10:44:41 mirar Exp $ +**! $Id: colortable.c,v 1.38 1998/01/25 11:26:54 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.37 1998/01/25 10:44:41 mirar Exp $"); +RCSID("$Id: colortable.c,v 1.38 1998/01/25 11:26:54 mirar Exp $"); #include <sys/types.h> #include <sys/stat.h> @@ -67,9 +67,9 @@ extern struct program *image_program; #define SPACEFACTOR_G 4 #define SPACEFACTOR_B 1 -#define CUBICLE_DEFAULT_R 4 -#define CUBICLE_DEFAULT_G 5 -#define CUBICLE_DEFAULT_B 4 +#define CUBICLE_DEFAULT_R 10 +#define CUBICLE_DEFAULT_G 10 +#define CUBICLE_DEFAULT_B 10 #define CUBICLE_DEFAULT_ACCUR 16 #ifndef MAX -- GitLab