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.
