forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

get pixel color from screen *HELP*

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
SpaceMonkey



Joined: 02 Apr 2008
Posts: 8

PostPosted: Thu Apr 03, 2008 6:34 am    Post subject: get pixel color from screen *HELP* Reply with quote

My problem should be simple to solve, I just cant find the answer anywhere (yes, I tried the search thing..)

I would like to get the pixel color from de screen.
the perfect-world-version:
color = getPixelColor( x, y);

Can anyone help me with this?

Thanks
Back to top
View user's profile Send private message
romero126



Joined: 24 Dec 2005
Posts: 200

PostPosted: Fri Apr 04, 2008 3:56 pm    Post subject: Reply with quote

Code:
Color getPixelScreen(int x, int y)
{
   Color* vram = getVramDrawBuffer();
   return vram[PSP_LINE_SIZE * y + x];
}
Back to top
View user's profile Send private message
Vincent_M



Joined: 03 Apr 2007
Posts: 73

PostPosted: Sat Apr 05, 2008 8:17 am    Post subject: Reply with quote

check your previous post. I aswersd it a while ago...
Back to top
View user's profile Send private message
SpaceMonkey



Joined: 02 Apr 2008
Posts: 8

PostPosted: Sat Apr 05, 2008 5:29 pm    Post subject: Reply with quote

Thanks allot!

Sorry for second post, I wanted to explain where I needed it for (maybe it would make a difference in code)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group