GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Imager::Color::Table(3) User Contributed Perl Documentation Imager::Color::Table(3)

Imager::Color::Table - built-in Imager color table

  use Imager::Color::Table;
  my @rgb = Imager::Color::Table->get($name)
    or die "Color $name not found";

This class provides a base color table for use in resolving color names.

The table contains the standard X11 "rgb.txt" colors.

This table is not included as part of Imager::Color itself since it's moderately large.

There is only one method:

get
  my @rgb = Imager::Color::Table->get('red')
    or die "No red found";
    

Retrieves a color from Imager::Color::Tables built-in color table.

Tony Cook <tony@develop-help.com>
2020-06-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.