Bitwise operators- need pseudocode translation

Posted by eco_bach on Stack Overflow See other posts from Stack Overflow or by eco_bach
Published on 2010-05-01T19:06:38Z Indexed on 2010/05/01 19:17 UTC
Read the original article Hit count: 349

Hi Could someone translate this statement into pseudo-code (or just plain english)?

var c:uint = 0xFF << 24 | r << 16 | g << 8 | b;

© Stack Overflow or respective owner

Related posts about bitwise-operators

Related posts about bitwise-operations