public interface Transparency
| Modifier and Type | Field and Description |
|---|---|
static int |
BITMASK
Image data which is either completely opaque or transparent, for an
exact integer alpha value.
|
static int |
OPAQUE
Image data which is completely opaque, for an alpha value of 1.0.
|
static int |
TRANSLUCENT
Image data which is translucent, for a non-integer alpha value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTransparency()
Return the transparency type.
|
static final int OPAQUE
static final int BITMASK
static final int TRANSLUCENT
int getTransparency()
OPAQUE, BITMASK, or TRANSLUCENT.