Convert::Color::CMYK

A color value represented as cyan/magenta/yellow/key
Download

Convert::Color::CMYK Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Evans
  • Publisher web site:
  • http://search.cpan.org/~pevans/

Convert::Color::CMYK Tags


Convert::Color::CMYK Description

A color value represented as cyan/magenta/yellow/key Objects in the Convert::Color::CMYK module represent a color in CMYK space, as a set of four floating-point values in the range 0 to 1.SYNOPSISDirectly: use Convert::Color::CMYK; my $red = Convert::Color::CMYK->new( 0, 1, 1, 0 ); # Can also parse strings my $pink = Convert::Color::CMYK->new( '0,0.3,0.3,0' );Via Convert::Color: use Convert::Color; my $cyan = Convert::Color->new( 'cmyk:1,0,0,0' ); Requirements: · Perl


Convert::Color::CMYK Related Software