1Chart::Property::DataTyUpsee:r:FCoonntt(r3i)buted Perl DCohcaurmte:n:tPartoipoenrty::DataType::Font(3)
2
3
4

NAME

6       Chart::Font - read only single font holding objects
7

SYNOPSIS

9           my $red = Chart::Color->new('red');
10           say $red->add('blue')->name;              # magenta, mixed in RGB space
11           Chart::Color->new( 0, 0, 255)->hsl        # 240, 100, 50 = blue
12           $blue->blend_with({H=> 0, S=> 0, L=> 80}, 0.1);# mix blue with a little grey
13           $red->gradient( '#0000FF', 10);           # 10 colors from red to blue
14           $red->complementary( 3 );                 # get fitting red green and blue
15

DESCRIPTION

18       Copyright 2022 Herbert Breunung.
19
20       This program is free software; you can redistribute it and/or modify it
21       under same terms as Perl itself.
22

AUTHOR

24       Herbert Breunung, <lichtkind@cpan.org>
25
26
27
28perl v5.38.0                      2023-07-20Chart::Property::DataType::Font(3)
Impressum