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
Graphics::ColorNames::CSS(3) User Contributed Perl Documentation Graphics::ColorNames::CSS(3)

Graphics::ColorNames::CSS - CSS color names and equivalent RGB values

  require Graphics::ColorNames::CSS;

  $NameTable = Graphics::ColorNames::CSS->NamesRgbTable();
  $RgbBlack  = $NameTable->{black};

This module defines color names and their associated RGB values from the CSS Color Module Level 3 W3C Working Draft of 2008-07-21.

It is currently an alias for Graphic::ColorNames::WWW. This may change in the future. It is recommended to use the WWW module, which will always implement a superset of this module.

See the documentation of Graphics::ColorNames for information how to use this module.

Graphics::ColorNames::WWW, CSS Color Module Level 3 (<http://w3.org/TR/CSS3-color>)

Claus Faerber <CFAERBER@cpan.org>

Copyright 2005-2009 Claus Faerber.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-04-07 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.