Calculates the number of components in a color space.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_colorspace_get_color_components ( HIG_PDE_COLORSPACE hColorSpace, LPLONG lnpColorComponents ); |
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. |
Error count.
This function does not process image pixels.