ImageGear Professional DLL v18.1 for Windows
IG_colorbook_create
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > ColorBook Functions > IG_colorbook_create

Glossary Item Box

This function creates a new ColorBook from the specified parameters.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_colorbook_create(
        enumIGSpotColorVendorIDs VendorID,
        LPCHAR lpTitle,
        enumIGColorSpaceIDs ColorType,
        HIGCOLORBOOK* lphColorBook
);

Arguments:

Name Type Description
VendorID enumIGSpotColorVendorIDs Vendor ID of the new ColorBook.
lpTitle LPCHAR Title of the new ColorBook.
ColorType enumIGColorSpaceIDs Color space of new ColorBook.
lphColorBook HIGCOLORBOOK* Created ColorBook.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.