NAME
FuseBead::From::PNG::Const - FuseBead::From::PNG related constants, mainly bead colors
SYNOPSIS
# Get specific constants
use FuseBead::From::PNG::Const qw/BLACK_HEX_COLOR
WHITE_HEX_COLOR/;
# Get all constants
use Image::PNG::Const ':all';
DESCRIPTION
Constants used in FuseBead::From::PNG
CONSTANTS
- BEAD_COLORS
-
List of colors that have constant definitions in this file.
- (COLOR)_NAME
-
The 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/FuseBead-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).