debian man page for convert::color::hsv

Query: convert::color::hsv

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Convert::Color::HSV(3pm)				User Contributed Perl Documentation				  Convert::Color::HSV(3pm)

NAME
"Convert::Color::HSV" - a color value represented as hue/saturation/value
SYNOPSIS
Directly: use Convert::Color::HSV; my $red = Convert::Color::HSV->new( 0, 1, 1 ); # Can also parse strings my $pink = Convert::Color::HSV->new( '0,0.7,1' ); Via Convert::Color: use Convert::Color; my $cyan = Convert::Color->new( 'hsv:300,1,1' );
DESCRIPTION
Objects in this class represent a color in HSV space, as a set of three floating-point values. Hue is stored as a value in degrees, in the range 0 to 360 (exclusive). Saturation and value are in the range 0 to 1.
CONSTRUCTOR
$color = Convert::Color::HSV->new( $hue, $saturation, $value ) Returns a new object to represent the set of values given. The hue should be in the range 0 to 360 (exclusive), and saturation and value should be between 0 and 1. Values outside of these ranges will be clamped. $color = Convert::Color::HSV->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 hue,saturation,value containing the three floating-point values in decimal notation.
METHODS
$h = $color->hue $s = $color->saturation $v = $color->value Accessors for the three components of the color. ( $hue, $saturation, $value ) = $color->hsv Returns the individual hue, saturation and value components of the color value.
SEE ALSO
o Convert::Color - color space conversions o Convert::Color::RGB - a color value represented as red/green/blue
AUTHOR
Paul Evans <leonerd@leonerd.org.uk> perl v5.12.3 2011-06-15 Convert::Color::HSV(3pm)
Related Man Pages
convert::color::hsv(3pm) - debian
convert::color::rgb(3pm) - debian
graphics::color(3pm) - debian
graphics::color::hsl(3pm) - debian
imager::color::float(3pm) - debian
Similar Topics in the Unix Linux Community
Color konsole in FBSD 4.6
Automated FFmpeg Convert Bash Script
Assign specific Color to the outputs in script
Issue with Text Color Button
Convert Overpunch character values to number that comes between the numbers in perl