Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusColorLookupTableEffect

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusColorLookupTableEffect
    extends EmfPlusImageEffectsObjectType

    The ColorLookupTableEffect object specifies adjustments to the colors in an image.

    • Constructor Detail

      • EmfPlusColorLookupTableEffect

        public EmfPlusColorLookupTableEffect()
    • Method Detail

      • getBlueLookupTable

        public byte[] getBlueLookupTable()

        Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.

      • setBlueLookupTable

        public void setBlueLookupTable(byte[] value)

        Gets or sets an array of 256 bytes that specifies the adjustment for the blue color channel.

      • getGreenLookupTable

        public byte[] getGreenLookupTable()

        Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.

      • setGreenLookupTable

        public void setGreenLookupTable(byte[] value)

        Gets or sets an array of 256 bytes that specifies the adjustment for the green color channel.

      • getRedLookupTable

        public byte[] getRedLookupTable()

        Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.

      • setRedLookupTable

        public void setRedLookupTable(byte[] value)

        Gets or sets an array of 256 bytes that specifies the adjustment for the red color channel.

      • getAlphaLookupTable

        public byte[] getAlphaLookupTable()

        Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.

      • setAlphaLookupTable

        public void setAlphaLookupTable(byte[] value)

        Gets or sets an array of 256 bytes that specifies the adjustment for the alpha color channel.