20

I just did the equivalent of (it's actually a lot longer, this is psuedocode):
Color bg = Color.argb(
mColor.getAlpha(),
mColor.getRed(),
mColor.getGreen(),
mColor.getBlue()
);

god im tired…

Comments
Add Comment