Index
All Classes|All Packages
S
- save(String, boolean) - Method in class fr.olleroy.ImageModifier.BMPFile
-
Write the image file as a bmp file with the Windows DIB BITMAPINFOHEADER to the specified pathname.
- setAlpha(int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set alpha.
- setBlue(int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set blue color.
- setColor(int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Construct a pixel with the specified color.
- setColor(int, int, int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set the RGB color of the Pixel (Alpha = 255 by default).
- setColor(int, int, int, int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set the ARGB color of the Pixel.
- setColor(Color) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set the color of the Pixel.
- setGreen(int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set green color.
- setPixel(int, int, int) - Method in class fr.olleroy.ImageModifier.components.Bitmap
-
Modify the color of a pixel in the bitmap.
- setPixel(int, int, int, int, int) - Method in class fr.olleroy.ImageModifier.components.Bitmap
-
Modify the color of a pixel in the bitmap.
- setPixel(int, int, int, int, int, int) - Method in class fr.olleroy.ImageModifier.components.Bitmap
-
Modify the color of a pixel in the bitmap.
- setPixel(int, int, Pixel) - Method in class fr.olleroy.ImageModifier.components.Bitmap
-
Modify the color of a pixel in the bitmap.
- setPixel(int, int, Color) - Method in class fr.olleroy.ImageModifier.components.Bitmap
-
Modify the color of a pixel in the bitmap.
- setRed(int) - Method in class fr.olleroy.ImageModifier.components.Pixel
-
Set red color.
All Classes|All Packages