org.gnu.gdk

Class PixbufAlphaMode


public class PixbufAlphaMode
extends Enum

Field Summary

static PixbufAlphaMode
BILEVEL
static PixbufAlphaMode
FULL

Method Summary

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

Field Details

BILEVEL

public static final PixbufAlphaMode BILEVEL

FULL

public static final PixbufAlphaMode FULL

Method Details

and

public PixbufAlphaMode and(PixbufAlphaMode other)

intern

public static PixbufAlphaMode intern(int value)

or

public PixbufAlphaMode or(PixbufAlphaMode other)

test

public boolean test(PixbufAlphaMode other)

xor

public PixbufAlphaMode xor(PixbufAlphaMode other)