Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

statico (5018)

Journal of statico (5018)

Thursday November 17, 2005
09:59 PM

Color::Scheme

[ #27629 ]

Color::Scheme has been released to the CPAN. It's a Perl implementation of the blisteringly-useful Color Scheme Generator 2, which generates fantastic sets of color harmony that are usually ready for immediate web use.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • Thank you for pointing out the website as well as coding up the equivalent in Perl.

    Q. Does it *always* generate color-blind safe combinations? The original website's ability to view with each colorblindness is wonderful.

    I'm intrigued by the comment that CSG2 and C:S use a non-standard but more accurate HSV model. Did you see a reference to studies on that? It looks like a *simpler* RGBHSV conversion, but I don't know about " more in accordance with the classical color theory". Standard color theories a

    --
    Bill
    # I had a sig when sigs were cool
    use Sig;
    • Thank you for pointing out the website as well as coding up the equivalent in Perl.

      Sure thing!

      Q. Does it *always* generate color-blind safe combinations? The original website's ability to view with each colorblindness is wonderful.

      Negative. I haven't implemented the color-blindness variants because I didn't think that the feature would be as useful to those using the Perl module. If you want it, I'll add it :)

      I'm intrigued by the comment that CSG2 and C:S use a non-standard but more accurate HSV model. Did
      --
      qw(Ian Langworth)