Chart::Property::DataType::Font(3) User Contributed Perl Documentation Chart::Property::DataType::Font(3)

Chart::Font - read only single font holding objects

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

Copyright 2022 Herbert Breunung.

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

Herbert Breunung, <lichtkind@cpan.org>

2022-09-05 perl v5.36.0