129 posts
Posted 30 January 2015 - 01:20 PM
How can I get the pixel color on cursor location? I'm trying to make the transparent text print function.
1140 posts
Location
Kaunas, Lithuania
Posted 30 January 2015 - 01:24 PM
Natively, you can't. You would have to have a custom buffer to which you would draw everything and use that to get the colors or any other data you would record. You can take a look at the window API and how it handles with that.
129 posts
Posted 30 January 2015 - 01:26 PM
Then, I must rewrite the paintutils api?
7083 posts
Location
Tasmania (AU)
Posted 30 January 2015 - 02:04 PM
No, rather you need a custom term object.