- 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.
- or download this
package GD::Graph::Thermometer;
...
return $colors;
}
- or download this
#!/usr/bin/perl -w
use strict;
...
});
1;
- 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.
- or download this
Not an ARRAY reference at /home/hesco/sb/GD-Graph-Thermometer/lib/GD/G
+raph/Thermometer.pm line 133.
- or download this
my $text_color;
if (defined($custom_colors->{text_color})) {
...
} else {
$text_color = $self->_black($image);
}