| ImageGear Professional v18.4 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_COLORSPACE > IG_PDE_colorspace_create |
Creates a new color space object of the specified type.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_colorspace_create(
HIG_PDF_ATOM hFamily,
LPAT_PDE_COLORDATA lpColorData,
LPHIG_PDE_COLORSPACE lphColorSpace
);
|
|
| Name | Type | Description |
| hFamily | HIG_PDF_ATOM |
Supports the following PDF color spaces:
|
| lpColorData | LPAT_PDE_COLORDATA | Color data for the type of color space you want to create. |
| lphColorSpace | LPHIG_PDE_COLORSPACE | Handle to the new color space. |
Error count.
This function does not process image pixels.