smilevchy
3/29/2016 - 2:21 AM

About ARGB.java

public void setAlpha(float alpha) {
    something.setAlpha((int) ((alpha * 255f) + .5f));
}