Calculates the number of components in a color space.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_colorspace_get_color_components ( HIG_PDE_COLORSPACE hColorSpace, LPLONG lnpColorComponents ); |
Arguments:
Name | Type | Description |
hColorSpace | HIG_PDE_COLORSPACE | A color space object. |
lpnColorComponents | LPLONG |
Number of components in hColorSpace.
Use IG_PDE_colorspace_get_base_color_components to get the number of components in the base color space. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.