Help for this page

Select Code to Download


  1. or download this
    my $color = shift;
    my @colors = split(/,/, $color, 3);
    ...
        $colors[$_] = 255 if $colors[$_] > 255;
        $colors[$_] /= 255;
    }