From afea88a35801fea51a6762cea943d005a5fa68d1 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 3 Jan 2012 14:49:44 +0100 Subject: [PATCH] make white whiter --- gfx/colormap_palette.lmp | 2 +- gfx/colormap_palette.pl | 2 +- qcsrc/common/util.qc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gfx/colormap_palette.lmp b/gfx/colormap_palette.lmp index 76316e04c..f798c8cc8 100644 --- a/gfx/colormap_palette.lmp +++ b/gfx/colormap_palette.lmp @@ -1 +1 @@ -ÏÏÏÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ÏÏÏÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ÏÏÏÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ÏÏÏÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ \ No newline at end of file +ÿÿÿÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ÿÿÿÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ÿÿÿÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ÿÿÿÿ_ÿ‡ÿÿ¯ÿÿÿ‡ÿ‡ÿÿÿÿ‡ÿÿÿ_ÿÿ¯ \ No newline at end of file diff --git a/gfx/colormap_palette.pl b/gfx/colormap_palette.pl index 703b8b1c9..cdd38ed95 100644 --- a/gfx/colormap_palette.pl +++ b/gfx/colormap_palette.pl @@ -18,7 +18,7 @@ use warnings; # redmagenta my @colors = ( - 'cccccc', # white + 'ffffff', # white 'ff5500', # orange1 '00ff80', # cyangreen '00ff00', # green diff --git a/qcsrc/common/util.qc b/qcsrc/common/util.qc index 7e9d6d94f..5531cc483 100644 --- a/qcsrc/common/util.qc +++ b/qcsrc/common/util.qc @@ -195,7 +195,7 @@ vector colormapPaletteColor(float c, float isPants) { switch(c) { - case 0: return '0.800000 0.800000 0.800000'; + case 0: return '1.000000 1.000000 1.000000'; case 1: return '1.000000 0.333333 0.000000'; case 2: return '0.000000 1.000000 0.501961'; case 3: return '0.000000 1.000000 0.000000'; -- 2.39.2