From dae59af0adf1e6541867c9aa4cd222e5aeafbfa9 Mon Sep 17 00:00:00 2001 From: burg Date: Tue, 21 Sep 2004 16:47:44 +0000 Subject: Modification de l'ordre des couleurs Mise en commentaire de 2 lignes dans l'initialisation --- i/serialplot/serialplot_sdl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i') diff --git a/i/serialplot/serialplot_sdl.c b/i/serialplot/serialplot_sdl.c index 958736e..8dbbb8b 100644 --- a/i/serialplot/serialplot_sdl.c +++ b/i/serialplot/serialplot_sdl.c @@ -7,11 +7,11 @@ draw (int melt, int n, int vals[], double scale[],int position[]) Uint32 color; static const Uint8 colors[][3] = { - { 0, 0, 255 }, // bleu + { 255, 255, 0 }, // jaune { 0, 255, 0 }, // vert + { 0, 0, 255 }, // bleu { 255, 0, 0 }, // rouge { 255, 0, 255 }, // mauve - { 255, 255, 0 }, // jaune { 0, 255, 255 }, // cyan { 255, 255, 255 }, // blanc }; -- cgit v1.2.3