Package com.itextpdf.io.image
Class PngChromaticities
java.lang.Object
com.itextpdf.io.image.PngChromaticities
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPngChromaticities
(float xW, float yW, float xR, float yR, float xG, float yG, float xB, float yB) -
Method Summary
-
Field Details
-
xW
private float xW -
yW
private float yW -
xR
private float xR -
yR
private float yR -
xG
private float xG -
yG
private float yG -
xB
private float xB -
yB
private float yB
-
-
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()
-