Up

NSColorSampler class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500

Software documentation for the NSColorSampler class

NSColorSampler : NSObject

class_NSColorSampler NSObject NSObject NSColorSampler NSColorSampler NSObject->NSColorSampler
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