org.gnu.gdk

Class RgbDither

public class RgbDither extends Enum

Field Summary
static RgbDitherMAX
static RgbDitherNONE
static RgbDitherNORMAL
Method Summary
RgbDitherand(RgbDither other)
static RgbDitherintern(int value)
RgbDitheror(RgbDither other)
booleantest(RgbDither other)
RgbDitherxor(RgbDither other)

Field Detail

MAX

public static final RgbDither MAX

NONE

public static final RgbDither NONE

NORMAL

public static final RgbDither NORMAL

Method Detail

and

public RgbDither and(RgbDither other)

intern

public static RgbDither intern(int value)

or

public RgbDither or(RgbDither other)

test

public boolean test(RgbDither other)

xor

public RgbDither xor(RgbDither other)