hexanumber store in int[],
December 29, 2009 at 5:44 PM
i have hexa number "6a". now to have it stored in int[][]:... ( its image problem of RGB format. now i have r=62,g=0,b=58( in hexa). therefore int should have 0x620058. its ok. now if r=6a, g=00,b=50 int should be 0x6a0050. When i do parseInt(integer.tohexstring()) it throws exception. )
View All Comments
| View Tutorial