Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IIndexedColorConverter



  • public interface IIndexedColorConverter

    The color converter for indexed image formats.

    • Method Detail

      • fillIndexedtoIndexedMap

        void fillIndexedtoIndexedMap(byte[] map,
                                     PixelDataFormat sourceFormat,
                                     PixelDataFormat destFormat)

        Fills the indexed to indexed image conversion map.

        Parameters:
        map - The conversion map.
        sourceFormat - The source format.
        destFormat - The destination format.