NAME

Lego::From::PNG::Const - Lego::From::PNG related constants, mainly lego colors

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';

DESCRIPTION

Constants used in Lego::From::PNG

CONSTANTS

LEGO_COLORS
List of colors that have constant definitions in this file. Note: these names are made from a color's original name.
(COLOR)_COMMON_NAME
The common name of a color.
(COLOR)_HEX_COLOR
The rgb hex value for a color
(COLOR)_RGB_COLOR_RED
The red number part of a rgb value for a color
(COLOR)_RGB_COLOR_GREEN
The green number part of a rgb value for a color
(COLOR)_RGB_COLOR_BLUE
The blue number part of a rgb value for a color

AUTHOR

Travis Chase
CPAN ID: GAUDEON
gaudeon@cpan.org
https://github.com/gaudeon/Lego-From-Png

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.

SEE ALSO

perl(1).