ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorSpace Class / GetCTable Method




In This Topic
    GetCTable Method
    In This Topic
    Gets the color lookup table, which is BaseColorComponents *(HiVal + 1) bytes long, where ColorComponents = number of components in the base color space.
    Syntax
    'Declaration
     
    Public Function GetCTable() As Byte()
    'Usage
     
    Dim instance As ImGearPDEColorSpace
    Dim value() As Byte
     
    value = instance.GetCTable()
    public byte[] GetCTable()
    public: byte[]* GetCTable(); 
    public:
    array<byte>^ GetCTable(); 

    Return Value

    Array of bytes.
    Remarks
    Each entry in the table contains BaseColorComponents bytes, and the table is indexed 0 to HiVal, where HiVal is the highest index in the color table. The table is indexed from 0 to HiVal, thus the table contains HiVal + 1 entries.
    See Also