Transparencypublic interface Transparency The Transparency interface defines transparency's general modes. |
Fields Summary |
---|
public static final int | OPAQUEThe Constant OPAQUE represents completely opaque data, all pixels have an
alpha value of 1.0. | public static final int | BITMASKThe Constant BITMASK represents data which can be either completely
opaque, with an alpha value of 1.0, or completely transparent, with an
alpha value of 0.0. | public static final int | TRANSLUCENTThe Constant TRANSLUCENT represents data which alpha value can vary
between and including 0.0 and 1.0. |
Methods Summary |
---|
public int | getTransparency()Gets the transparency mode.
|
|