org.gnu.gdk

Class Colorspace

public class Colorspace extends Enum

Field Summary
static ColorspaceRGB
Method Summary
Colorspaceand(Colorspace other)
static Colorspaceintern(int value)
Colorspaceor(Colorspace other)
booleantest(Colorspace other)
Colorspacexor(Colorspace other)

Field Detail

RGB

public static final Colorspace RGB

Method Detail

and

public Colorspace and(Colorspace other)

intern

public static Colorspace intern(int value)

or

public Colorspace or(Colorspace other)

test

public boolean test(Colorspace other)

xor

public Colorspace xor(Colorspace other)