ImageGear Professional DLL v17.1 for Windows Accusoft
IG_colorbook_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > 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:

VendorID Vendor ID of the new ColorBook. See enumIGSpotColorVendorIDs.
lpTitle Title of the new ColorBook.
ColorType Color space of new ColorBook. See enumIGColorSpaceIDs.
lphColorBook Created ColorBook.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.