Graphics::Color

Device and library agnostic color spaces
Download

Graphics::Color Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cory Watson
  • Publisher web site:
  • http://search.cpan.org/~gphat/

Graphics::Color Tags


Graphics::Color Description

Device and library agnostic color spaces Graphics::Color is a Perl module with device and library agnostic color spaces.SYNOPSISGraphics color is a device and library agnostic system for creating and manipulating colors in various color spaces. my $color = Graphics::Color::RGB->new( red => .5, green => .5, blue => .5, alpha => .5 ); say $color->as_string;I'm not an art student or a wizard of arcane color knowledge. I'm a normal programmer with a penchant for things graphical. Hence this module is likely incomplete in some places. Patches are encouraged. I've intentions of adding more color spaces as well as conversion routines (where applicable).COLOR TYPESThe following color types are supported.CMYKHSLRGBYIQYUV Requirements: · Perl


Graphics::Color Related Software