Search results for "module:Imager::Color::Float"
Imager::Color::Float - Rough floating point sample color handling
This module handles creating color objects used by Imager. The idea is that in the future this module will be able to handle color space calculations as well. A floating point Imager color consists of up to four components, each in the range 0.0 to 1...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Color - Color handling for Imager.
This module handles creating color objects used by Imager. The idea is that in the future this module will be able to handle color space calculations as well. An Imager color consists of up to four components, each in the range 0 to 255. Unfortunatel...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Fill - general fill types
Creates fill objects for use by most filled area drawing functions. All fills are created with the new method. new my $fill = Imager::Fill->new(...); The parameters depend on the type of fill being created. See below for details. The currently availa...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::TrimColorList - represent a list of color ranges for Imager's trim() method.
An Imager::TrimColorList represents a list of color ranges to supply to the trim() method. Each range can be either an 8-bit color range, ie. Imager::Color objects, or a floating point color range, ie. Imager::Color::Float objects, these can be mixed...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
Imager::Fountain - a class for building fountain fills suitable for use by the fountain filter.
Provide an interface to build arrays suitable for use by the Imager fountain filter. These can be loaded from or saved to a GIMP gradient file or you can build them from scratch. read(gimp=>$filename) read(gimp=>$filename, name=>\$name) Loads a gradi...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC