Carbon


NColorPickerInfo

Header: ColorPicker.h

struct NColorPickerInfo {
    NPMColor theColor; 
    CMProfileRef dstProfile; 
    UInt32 flags; 
    DialogPlacementSpec placeWhere; 
    Point dialogOrigin; 
    OSType pickerType; 
    UserEventUPP eventProc; 
    NColorChangedUPP colorProc; 
    UInt32 colorProcData; 
    Str255 prompt; 
    PickerMenuItemInfo mInfo; 
    Boolean newColorChosen; 
    UInt8 reserved;
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)