Method getAlpha()
Return type: int
Member of:
java.awt.Color
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
color.getAlpha());
2
return c.getAlpha() >= 255 ? res : res + ","+c.getAlpha();
3
value.getAlpha());
4
int alpha = foreColor.getAlpha(); // alpha 0 - 255
5
int alpha = backColor.getAlpha(); // alpha 0 - 255
6
(int) (alpha * this.baseColor.getAlpha()));
7
.append(",a=").append(c.getAlpha())
8
int alpha = color.getAlpha();
9
loColors[i].getAlpha());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.