]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
waterfall: navy blue
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 20 Nov 2022 10:21:16 +0000 (15:51 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 20 Nov 2022 10:21:16 +0000 (15:51 +0530)
waterfall.c

index 198ff7e1bb02fcf76c376c68501955265393df45..50f47dec4992214477eb1ed6f484ce7542075195 100644 (file)
@@ -32,9 +32,9 @@
 #endif
 
 
-static int colorLowR=0; // black
+static int colorLowR=0; // blue
 static int colorLowG=0;
-static int colorLowB=255;
+static int colorLowB=128; // navy blue
 
 static int colorMidR=255; // red
 static int colorMidG=0;