- save(String) - Method in class org.java_lcw.jil.Image
-
Save the image to the given file name.
- save(String, Image.ImageType) - Method in class org.java_lcw.jil.Image
-
Save the image to the given file name.
- setAlpha(byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the alpha value on this color object
- setBlue(byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the blue value on this color object
- setChannel(byte, byte[]) - Method in class org.java_lcw.jil.Image
-
- setGreen(byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the green value on this color object
- setGrey(byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the Grey value on this Color Object
- setL(byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the grey value on this color object(overrides all rgb values)
- setPixel(int, int, Image.Color) - Method in class org.java_lcw.jil.Image
-
Set a pixel in this image to a given Color
- setPixelInChannel(int, int, byte, byte) - Method in class org.java_lcw.jil.Image
-
- setRed(byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the Red value on this color object
- setRGB(byte, byte, byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the RGB Value on this Color Object
- setRGBA(byte, byte, byte, byte) - Method in class org.java_lcw.jil.Image.Color
-
Set the RGBA Value on this Color Object