Color notation
in
Programming Questions
•
1 year ago
I'm familiar with rgb, rgba, and web hex. I looked at Processing's color reference:
and it gives an alpha notation for color as
0xFFFFCCOO which I understand as (something something) AARRGGBB. I don't really know what the 0x means, just curious, the reference didn't mention it.
Edit: Also I'd like to know which is considered fastest. I'm trying to get in the habit of speeding up my codes.
1