Index

A B C E F G H P R S T 
All Classes|All Packages

P

parseARGB(int, int, int, int) - Static method in class fr.olleroy.ImageModifier.components.Pixel
Parse the ARGB values.
Pixel - Class in fr.olleroy.ImageModifier.components
An RGB or ARGB Pixel (24 bits or 32 bits).
Pixel() - Constructor for class fr.olleroy.ImageModifier.components.Pixel
Construct a black pixel.
Pixel(int) - Constructor for class fr.olleroy.ImageModifier.components.Pixel
Construct a pixel with the specified argb color (with alpha).
Pixel(int, int, int) - Constructor for class fr.olleroy.ImageModifier.components.Pixel
Construct a pixel with the specified rgb color without alpha value (default 255).
Pixel(int, int, int, int) - Constructor for class fr.olleroy.ImageModifier.components.Pixel
Construct a pixel with the specified ARGB color.
Pixel(Color) - Constructor for class fr.olleroy.ImageModifier.components.Pixel
Construct a pixel with the specified color.
A B C E F G H P R S T 
All Classes|All Packages