org.gnu.gdk

Class Colorspace


public class Colorspace
extends Enum

Field Summary

static Colorspace
RGB

Method Summary

Colorspace
and(Colorspace other)
static Colorspace
intern(int value)
Colorspace
or(Colorspace other)
boolean
test(Colorspace other)
Colorspace
xor(Colorspace other)

Field Details

RGB

public static final Colorspace RGB

Method Details

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)