Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my program, I have a 2d ArrayList of pixels named pixelList. Each pixel knows its' red, blue, green, and hex values. I'm currently working with a 5x5 ArrayList that sets every color to #FF8C00 (orange). How do I use the information I have stored to create a bitmap image?

share|improve this question
1  
..but certainly look at BufferedImage.setRGB(x,y,c) (and related Java docs) first. – Andrew Thompson Feb 21 at 4:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.