How to define a 'paw-like' color range?

From: Nicolas Arnaud <narnaud_at_lal.in2p3.fr>
Date: Tue, 14 Mar 2006 00:15:23 -0800

Hi,

I'm looking for a set of 'paw-like' colors ranging from dark blue to black [the kind of color range one gets with 'set ncol 50; palette 1' in paw].

So far I found:

gStyle->SetPalette( 1 );
int colPalette[ 50 ];
for (int i=0; i< 50; i++) {
  int icol = gStyle->GetColorPalette(i);   colPalette[ i ] = icol;
}

but that color range only goes from blue to red and stops before reaching black. How could I setup the extended color range?

Thanks in advance,

Nicolas Received on Tue Mar 14 2006 - 09:14:51 MET

This archive was generated by hypermail 2.2.0 : Mon Jan 01 2007 - 16:31:57 MET