ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_COLORSPACE
In This Topic
    HIG_PDE_COLORSPACE
    In This Topic

    Handle to the PDE color space object. A reference to a color space used on a page in a PDF file. The color space is part of the graphics state attributes of a PDE Element.

    Members:

    IG_PDE_colorspace_create Creates a new color space object of the specified type.
    IG_PDE_colorspace_get_base_name Gets the name of the base color space.
    IG_PDE_colorspace_get_base_color_components Gets the number of components in the base color space of an indexed color space.
    IG_PDE_colorspace_get_ctable Gets the component information for an indexed color space.
    IG_PDE_colorspace_get_hival Gets the highest index for the color look-up table for an indexed color space.
    IG_PDE_colorspace_get_name Gets the name of a color space object.
    IG_PDE_colorspace_get_color_components Calculates the number of components in a color space.
    IG_PDE_colorspace_release Releases a color space object.