Help for this page

Select Code to Download


  1. or download this
    Usage: GD::Image::colorAllocate(image, r, g, b) at /home/hesco/sb/GD-G
    +raph-Thermometer/lib/GD/Graph/Thermometer.pm line 133.
    
  2. or download this
    package GD::Graph::Thermometer;
    
    ...
    
      return $colors;
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        });
    
    1;
    
  4. or download this
    $ ./render_thermometer.pl
    $VAR1 = 'GD::Graph::Thermometer';
    ...
                              ]
            };
    Usage: GD::Image::colorAllocate(image, r, g, b) at /home/hesco/sb/GD-G
    +raph-Thermometer/lib/GD/Graph/Thermometer.pm line 133.
    
  5. or download this
    Not an ARRAY reference at /home/hesco/sb/GD-Graph-Thermometer/lib/GD/G
    +raph/Thermometer.pm line 133.
    
  6. or download this
      my $text_color;
      if (defined($custom_colors->{text_color})) {
    ...
      } else {
        $text_color = $self->_black($image);
      }