org.gnu.gdk
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) |