com.groupdocs.signature.options.saveoptions.imagessaveoptions

Class PngColorType

  • java.lang.Object
    • com.groupdocs.signature.options.saveoptions.imagessaveoptions.PngColorType


  • public final class PngColorType
    extends Object

    Represents the PNG image color type.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Grayscale
      Represents the color type where each pixel is a grayscale sample.
      static int GrayscaleWithAlpha
      Represents the color type where each pixel is a grayscale sample followed by an alpha sample.
      static int IndexedColor
      Represents the color type where each pixel is a palette index; a PLTE chunk shall appear.
      static int Truecolor
      Represents the color type where each pixel is an R,G,B triple.
      static int TruecolorWithAlpha
      Represents the color type where each pixel is an R,G,B triple followed by an alpha sample.
    • Field Detail

      • Grayscale

        public static final int Grayscale

        Represents the color type where each pixel is a grayscale sample.

        See Also:
        Constant Field Values
      • GrayscaleWithAlpha

        public static final int GrayscaleWithAlpha

        Represents the color type where each pixel is a grayscale sample followed by an alpha sample.

        See Also:
        Constant Field Values
      • IndexedColor

        public static final int IndexedColor

        Represents the color type where each pixel is a palette index; a PLTE chunk shall appear.

        See Also:
        Constant Field Values
      • Truecolor

        public static final int Truecolor

        Represents the color type where each pixel is an R,G,B triple.

        See Also:
        Constant Field Values
      • TruecolorWithAlpha

        public static final int TruecolorWithAlpha

        Represents the color type where each pixel is an R,G,B triple followed by an alpha sample.

        See Also:
        Constant Field Values