Class PngChromaticities

java.lang.Object
com.drew.imaging.png.PngChromaticities

public class PngChromaticities extends Object
Author:
Drew Noakes https://drewnoakes.com
  • Constructor Details

  • Method Details

    • getWhitePointX

      public int getWhitePointX()
    • getWhitePointY

      public int getWhitePointY()
    • getRedX

      public int getRedX()
    • getRedY

      public int getRedY()
    • getGreenX

      public int getGreenX()
    • getGreenY

      public int getGreenY()
    • getBlueX

      public int getBlueX()
    • getBlueY

      public int getBlueY()