Graphics::ColorNames::SVG(3) User Contributed Perl Documentation Graphics::ColorNames::SVG(3)

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

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

This module defines color names and their associated RGB values from the SVG 1.2 Specification.

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, Scalable Vector Graphics (SVG) 1.1 Specification, Section 4.2 (http://www.w3.org/TR/SVG/types.html#ColorKeywords)

Claus Färber <CFAERBER@cpan.org>

Copyright 2008-2009 Claus Färber.

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

2023-07-26 perl v5.38.0