ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / m_Palette Field




In This Topic
    m_Palette Field
    In This Topic
    Image palette, for images that have Indexed colorspace.
    Syntax
    'Declaration
     
    Protected m_Palette As ImGearRGBQuad()
    'Usage
     
    Dim instance As ImGearDIB
    Dim value() As ImGearRGBQuad()
     
    value = instance.m_Palette
     
    instance.m_Palette = value
    protected ImGearRGBQuad[] m_Palette
    protected: ImGearRGBQuad[]* m_Palette
    protected:
    array<ImGearRGBQuad>^ m_Palette
    Remarks
    Provides full access to the DIB's palette represented as an array of ImGearRGBQuad structure objects.

    Palette must be present in images that have ImGearColorSpaceIDs.I colorspace. Palette is ignored in images that have other colorspaces.

    See Also