Up

NSColorSampler class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSColorSampler class

NSColorSampler : NSObject

Declared in:
AppKit/NSColorSampler.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

showSamplerWithSelectionHandler: 

- (void) showSamplerWithSelectionHandler: (GSColorSampleHandler)selectionHandler;
Availability: Not in OpenStep/MacOS-X

There was code here to dynamically generate a magnifying glass cursor with a magnified portion of the screenshot in it, but changing the cursor rapidly on X seems to cause flicker, so we just use a plain magnifying glass. (dynamic code is in r33543)


Up