NAME
Color::Library::Dictionary - Color dictionary for Color::Library
METHODS
- @colors = $dictionary->colors
-
Returns the list of Color::Library::Color objects contained by $dictionary
Will return a list in list context, and a list reference in scalar context
- @names = $dictionary->names
- @names = $dictionary->color_names
-
Returns the list of color names contained by $dictionary
Will return a list in list context, and a list reference in scalar context
- $color = $dictionary->color( <query> )
-
Returns a Color::Library::Color object of $dictionary found via <query>
A query can be any of the following:
- $id = $dictionary->id
- $name = $dictionary->name
-
Returns the id (name) of $dictionary, e.g.
svg x11 vaccc nbs-iscc-f
- $title = $dictionary->title
-
Returns the title of $dictionary, e.g.
SVG X11 VACCC NBS/ISCC F
- $subtitle = $dictionary->subtitle
-
Returns the subtitle of $dictionary, if any
- $description = $dictionary->description
-
Returns the description of $dictionary, if any
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 78:
=over without closing =back