.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Required to disable full justification in groff 1.23.0. .if n .ds AD l .\" ======================================================================== .\" .IX Title "Graphics::Toolkit::Color::Manual 3" .TH Graphics::Toolkit::Color::Manual 3 2026-06-21 "perl v5.42.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Graphics::Toolkit::Color::Manual \- GTC documentation hub .SH INTRODUCTION .IX Header "INTRODUCTION" Welcome to the documentation of the Perl module \fIGraphics::Toolkit::Color\fR. It is an all\-in\-one solution to compute color sets, single colors, handle color names and to convert and reformat color definitions. It is mostly aimed toward the needs of a graphics programmer and designer but also contains color science and math. This page gives you an overview where to find what information about this library. If you do not find the needed information, please open a request on github . .SH INDEX .IX Header "INDEX" The manual encompasses the following pages: .IP \(bu 4 Overviews .RS 4 .IP \(bu 4 Overview \- of the public API, short description of methods .IP \(bu 4 CheatSheet \- all methods, args and spaces on one page .IP \(bu 4 Cookbook \- code examples to solve real life problems .IP \(bu 4 Philosophy \- explaining the design and the mindset behind it .RE .RS 4 .RE .IP \(bu 4 Reference .RS 4 .IP \(bu 4 Constructor \- ways to create a color object .IP \(bu 4 Getter \- methods that return information, but not a color object .IP \(bu 4 Calculation \- methods that calculate one related color .IP \(bu 4 Set \- methods that calculate sets of colors .IP \(bu 4 Argument \- explaining all arguments that several methods share .RE .RS 4 .RE .IP \(bu 4 Topics .RS 4 .IP \(bu 4 Name \- about color names .IP \(bu 4 Space \- list of all supported color spaces with detailed information .IP \(bu 4 Format \- input and output formats .IP \(bu 4 Error \- ways to do error handling .IP \(bu 4 Plugin \- How to extend the library? .IP \(bu 4 Deprecation \- What key words will go? .RE .RS 4 .RE .SH GUIDE .IX Header "GUIDE" .SH AUTHOR .IX Header "AUTHOR" Herbert Breunung, .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2026 Herbert Breunung.