Convert::Color::CMYK man page on Pidora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Pidora logo
[printable version]

Convert::Color::CMYK(3User Contributed Perl DocumentatiConvert::Color::CMYK(3)

NAME
       "Convert::Color::CMYK" - a color value represented as
       cyan/magenta/yellow/key

SYNOPSIS
       Directly:

	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' );

DESCRIPTION
       Objects in this class represent a color in CMYK space, as a set of four
       floating-point values in the range 0 to 1.

CONSTRUCTOR
   $color = Convert::Color::CMYK->new( $cyan, $magenta, $yellow, $key )
       Returns a new object to represent the set of values given. These values
       should be floating-point numbers between 0 and 1. Values outside of
       this range will be clamped.

   $color = Convert::Color::CMYK->new( $string )
       Parses $string for values, and construct a new object similar to the
       above three-argument form. The string should be in the form

	cyan,magenta,yellow,key

       containing the three floating-point values in decimal notation.

METHODS
   $c = $color->cyan
   $m = $color->magenta
   $y = $color->yellow
   $k = $color->key
       Accessors for the four components of the color.

   $k = $color->black
       An alias to "key"

   ( $cyan, $magenta, $yellow, $key ) = $color->cmyk
       Returns the individual cyan, magenta, yellow and key components of the
       color value.

SEE ALSO
       ·   Convert::Color - color space conversions

       ·   Convert::Color::CMY - a color value represented as
	   cyan/magenta/yellow

AUTHOR
       Paul Evans <leonerd@leonerd.org.uk>

perl v5.14.0			  2011-06-19	       Convert::Color::CMYK(3)
[top]

List of man pages available for Pidora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net