Color Service Selectors

Color Services Selectors indicate the operation for the Color Services callback, ColorServicesProc. More...

Color Service Selectors

#define plugIncolorServicesChooseColor   0
 Choose a color using the user's preferred color picker.
#define plugIncolorServicesConvertColor   1
 Convert color values fro one color space to another.
#define plugIncolorServicesSamplePoint   2
 Return the current sample point.
#define plugIncolorServicesGetSpecialColor   3
 Return either the foreground or background color.

Detailed Description

Color Services Selectors indicate the operation for the Color Services callback, ColorServicesProc.


Define Documentation

Choose a color using the user's preferred color picker.

Convert color values fro one color space to another.

Return the current sample point.

Return either the foreground or background color.

To select foreground color, set specialColorID in selectorParameter to 0=plugIncolorServicesForegroundColor. To select background color, set specialColorID in selectorParameter to 1=plugIncolorServicesBackgroundColor.