SyntaxFix
Write A Post
Hire A Developer
Questions
int color = (A & 0xff) << 24 | (R & 0xff) << 16 | (G & 0xff) << 8 | (B & 0xff);