Search results for "module:Convert::Color"
Convert::Color - color space conversions and named lookups
This module provides conversions between commonly used ways to express colors. It provides conversions between color spaces such as RGB and HSV, and it provides ways to look up colors by a name. This class provides a base for subclasses which represe...
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::LCh - a color value in the CIE LCh color space
Objects of this class represent colors in the CIE LCh color space. Methods: Convert::Color::LCh->new(*$l*, *$c*, *$h*) Construct a color from its components. Convert::Color::LCh->new(*"$l,$c,$h"*) Construct a color from a string. The string should co...
MGV/Convert-Color-HSLuv-1.000001 - 18 Mar 2017 10:37:42 UTC
Convert::Color::XYZ - a color value in the CIE 1931 XYZ color space
Objects of this class represent colors in the CIE 1931 XYZ color space. Methods: Convert::Color::XYZ->new(*$x*, *$y*, *$z*) Construct a color from its components. Convert::Color::XYZ->new(*"$x,$y,$z"*) Construct a color from a string. The string shou...
MGV/Convert-Color-HSLuv-1.000001 - 18 Mar 2017 10:37:42 UTC
Convert::Color::LCh - a color value in the CIE LCh color space
Objects of this class represent colors in the CIE LCh color space. Methods: Convert::Color::LCh->new(*$l*, *$c*, *$h*) Construct a color from its components. Convert::Color::LCh->new(*"$l,$c,$h"*) Construct a color from a string. The string should co...
MGV/Convert-Color-HUSL-1.000 - 23 Apr 2016 17:47:38 UTC
Convert::Color::HSL - a color value represented as hue/saturation/lightness
Objects in this class represent a color in HSL 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 lightness are in the range 0 to 1. This color space may be considere...
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::XYZ - a color value in the CIE 1931 XYZ color space
Objects of this class represent colors in the CIE 1931 XYZ color space. Methods: Convert::Color::XYZ->new(*$x*, *$y*, *$z*) Construct a color from its components. Convert::Color::XYZ->new(*"$x,$y,$z"*) Construct a color from a string. The string shou...
MGV/Convert-Color-HUSL-1.000 - 23 Apr 2016 17:47:38 UTC
Convert::Color::LUV - a color value in the CIE 1976 (L*, u*, v*) color space
Objects of this class represent colors in the CIE 1976 (L*, u*, v*) color space. Methods: Convert::Color::LUV->new(*$l*, *$u*, *$v*) Construct a color from its components. Convert::Color::LUV->new(*"$l,$u,$v"*) Construct a color from a string. The st...
MGV/Convert-Color-HUSL-1.000 - 23 Apr 2016 17:47:38 UTC
Convert::Color::LUV - a color value in the CIE 1976 (L*, u*, v*) color space
Objects of this class represent colors in the CIE 1976 (L*, u*, v*) color space. Methods: Convert::Color::LUV->new(*$l*, *$u*, *$v*) Construct a color from its components. Convert::Color::LUV->new(*"$l,$u,$v"*) Construct a color from a string. The st...
MGV/Convert-Color-HSLuv-1.000001 - 18 Mar 2017 10:37:42 UTC
Convert::Color::HSV - a color value represented as hue/saturation/value
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. This color space may be considered as...
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::CMY - a color value represented as cyan/magenta/yellow
Objects in this class represent a color in CMY space, as a set of three floating-point values in the range 0 to 1....
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::IRC - named lookup for the basic IRC colors
This subclass of Convert::Color::RG8B provides predefined colors for the 16 basic IRC colors. Their names are white black blue green red brown purple orange yellow light green cyan light cyan light blue pink gray light gray They may be looked up eith...
WOLFMAN/Convert-Color-IRC-0.06 - 28 Dec 2008 05:42:35 UTC
Convert::Color::X11 - named lookup of colors from X11's rgb.txt
This subclass of Convert::Color::RGB8 provides lookup of color names provided by X11's rgb.txt file....
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::RGB - a color value represented as red/green/blue
Objects in this class represent a color in RGB space, as a set of three floating-point values in the range 0 to 1. For representations using 8- or 16-bit integers, see Convert::Color::RGB8 and Convert::Color::RGB16....
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::VGA - named lookup for the basic VGA colors
This subclass of Convert::Color::RGB provides predefined colors for the 8 basic VGA colors. Their names are black red green yellow blue magenta cyan white They may be looked up either by name, or by numerical index within this list....
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::mIRC - indexed colors used by mIRC
This subclass of Convert::Color::RGB8 provides lookup of the colours that mIRC uses by default. Note that of course the module is not intelligent enough to be able to parse mIRC config, or know what palettes users are actually using, and thus it prov...
PEVANS/Convert-Color-mIRC-0.01 - 12 Nov 2014 17:55:15 UTC
Convert::Color::CMYK - a color value represented as cyan/magenta/yellow/key
Objects in this class represent a color in CMYK space, as a set of four floating-point values in the range 0 to 1....
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::HUSL - a color value in the HUSL color space
Objects of this class represent colors in the HUSL color space, revision 4. Methods: Convert::Color::HUSL->new(*$h*, *$s*, *$l*) Construct a color from its components. Convert::Color::HUSL->new(*"$h,$s,$l"*) Construct a color from a string. The strin...
MGV/Convert-Color-HUSL-1.000 - 23 Apr 2016 17:47:38 UTC
Convert::Color::HTML - color conversion using Color::Library::Dictionary::HTML
This subclass of Convert::Color::Library provides a shortcut to performing library lookups specifically within the "HTML" dictionary. Additionally it will parse "#RRGGBB" color specifications....
PEVANS/Convert-Color-Library-0.05 - 17 Nov 2014 16:12:01 UTC
Convert::Color::RGB8 - a color value represented as red/green/blue in 8-bit integers
Objects in this class represent a color in RGB space, as a set of three integer values in the range 0 to 255; i.e. as 8 bits. For representations using floating point values, see Convert::Color::RGB. For representations using 16-bit integers, see Con...
PEVANS/Convert-Color-0.17 - 21 Apr 2023 10:51:38 UTC
Convert::Color::XTerm - indexed colors used by XTerm
This subclass of Convert::Color::RGB8 provides lookup of the colors that xterm uses by default. Note that the module is not intelligent enough to actually parse the XTerm configuration on a machine, nor to query a running terminal for its actual colo...
PEVANS/Convert-Color-XTerm-0.06 - 21 Jun 2021 14:18:29 UTC