NSReadPixel

Function NSReadPixel 

Source
pub unsafe extern "C-unwind" fn NSReadPixel(
    passed_point: NSPoint,
) -> Option<Retained<NSColor>>
👎Deprecated: Use -[NSBitmapImageRep colorAtX:y:] to interrogate pixel values. If necessary, use -[NSView cacheDisplayInRect:toBitmapImageRep:] to snapshot a view hierarchy into an NSBitmapImageRep.
Available on crate features NSColor and NSGraphics only.