NSColorPboardType
NSColor data.
Declaration
extern NSPasteboardType NSColorPboardType;Discussion
In macOS 10.6 and later, use color (and you read and write colors directly to and from the pasteboard).
NSColor data.
extern NSPasteboardType NSColorPboardType;In macOS 10.6 and later, use color (and you read and write colors directly to and from the pasteboard).