Lego-From-PNG
view release on metacpan or search on metacpan
lib/Lego/From/PNG/Const.pm view on Meta::CPAN
WHITE_GLOW_RGB_COLOR_BLUE => 215,
};
use strict;
use warnings;
=pod
=head1 NAME
Lego::From::PNG::Const - Lego::From::PNG related constants, mainly lego colors
=head1 SYNOPSIS
# Get specific constants
use Lego::From::PNG::Const qw/PNG_TRANSFORM_INVERT_ALPHA
PNG_COLOR_MASK_ALPHA/;
# Get all constants
use Image::PNG::Const ':all';
=head1 DESCRIPTION
Constants used in L<Lego::From::PNG>
=head1 CONSTANTS
=over
=item LEGO_COLORS
List of colors that have constant definitions in this file. Note: these names are made from a color's original name.
=item (COLOR)_COMMON_NAME
The common name of a color.
=item (COLOR)_HEX_COLOR
The rgb hex value for a color
=item (COLOR)_RGB_COLOR_RED
The red number part of a rgb value for a color
=item (COLOR)_RGB_COLOR_GREEN
The green number part of a rgb value for a color
=item (COLOR)_RGB_COLOR_BLUE
The blue number part of a rgb value for a color
=back
=head1 AUTHOR
Travis Chase
CPAN ID: GAUDEON
gaudeon@cpan.org
https://github.com/gaudeon/Lego-From-Png
=head1 COPYRIGHT
This program is free software licensed under the...
The MIT License
The full text of the license can be found in the
LICENSE file included with this module.
=head1 SEE ALSO
perl(1).
=cut
1;
( run in 0.536 second using v1.01-cache-2.11-cpan-5a3173703d6 )