Graphics::ColorDeficiency

Color Deficiency Simulation
Download

Graphics::ColorDeficiency Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cal Henderson
  • Publisher web site:
  • http://search.cpan.org/~iamcal/

Graphics::ColorDeficiency Tags


Graphics::ColorDeficiency Description

Color Deficiency Simulation Graphics::ColorDeficiency is a Perl module allows easy transformation of colors for color deficiency simulation.SYNOPSIS use Graphics::ColorDeficiency; my $col = Graphics::ColorDeficiency->newRGB(0.5, 0.7, 1); my $col2 = $col->asProtanopia; print $col2->asHex;All the known and theorhetical color deficiencies are represented here, with the exception of 4-cone vision (tetrachromatism).Each of the transformation methods returns a Graphics::ColorObject object, with the internal color values set. This can then be used to return the color in many different formats (see the Graphics::ColorObject manpage). Requirements: · Perl


Graphics::ColorDeficiency Related Software