Class PngChromaticities

java.lang.Object
com.itextpdf.io.image.PngChromaticities

public class PngChromaticities extends Object
  • Constructor Details

    • PngChromaticities

      public PngChromaticities (float xW, float yW, float xR, float yR, float xG, float yG, float xB, float yB)
  • Method Details

    • getXW

      public float getXW()
    • getYW

      public float getYW()
    • getXR

      public float getXR()
    • getYR

      public float getYR()
    • getXG

      public float getXG()
    • getYG

      public float getYG()
    • getXB

      public float getXB()
    • getYB

      public float getYB()