org.gnu.gdk
Class Function
public class Function
extends Enum
Determines how the bit values for the source pixels are combined with the bit
values for destination pixels to produce the final result.
AND_INVERT
public static final Function AND_INVERT
AND_REVERSE
public static final Function AND_REVERSE
COPY_INVERT
public static final Function COPY_INVERT
INVERT
public static final Function INVERT
OR_INVERT
public static final Function OR_INVERT
OR_REVERSE
public static final Function OR_REVERSE
intern
public static Function intern(int value)