Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        my %map = (
    ...
            $v < $_ and return rgb2n( $map{ $_ }->( $v % 255 / 256 ) ) for
    + @map;
        }
    }
    
  2. or download this
    my $plotColor = colorRamp1785( 2.5, 0.5, 10 );