Skip to content

Instantly share code, notes, and snippets.

@clkao
Created August 19, 2010 12:25
Show Gist options
  • Save clkao/537744 to your computer and use it in GitHub Desktop.
Save clkao/537744 to your computer and use it in GitHub Desktop.
use Graphics::Color::RGB;
my $hsl = Graphics::Color::RGB->new( red => 255 / 255, green => 253 / 255, blue => 248 / 255, alpha => 255 / 255 )->to_hsl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment