On Feb 13, 2012, at 8:48 AM, koko <k...@highrolls.net> wrote:

> Hello Kyle -
> 
> What I am trying to accomplish is my own 'eye-droper' color picker (for 
> reasons I cannot get into).
> 
> Can you point me to the best method as I have done things other than a plain 
> read pixel to no avail.

Well, as long as you're not using NSReadPixel to try to take a screenshot. ;-)

This page on CocoaDev suggests using a transparent window: 
http://www.cocoadev.com/index.pl?GettingTheColorUnderTheCursor

But I don't think a screen-sized window is necessary. You might be able to 
create a transparent 1px-by-1px window that follows the cursor hotspot, then 
lock focus on its contentView and call NSReadPixel.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to