BlackDaimond
Programmer
need help!!someone could translate this code please?
for(int ii=0;ii<(128*640);ii++)
{
b=((buffer[ii]>>16)& 0xff);
g=((buffer[ii]>>8)& 0xff);
r=(buffer[ii]& 0xff);
buffer[ii]=RGB(b,g,r);
}
thanks!!
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
for(int ii=0;ii<(128*640);ii++)
{
b=((buffer[ii]>>16)& 0xff);
g=((buffer[ii]>>8)& 0xff);
r=(buffer[ii]& 0xff);
buffer[ii]=RGB(b,g,r);
}
thanks!!
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)