Class RGBE.Header
java.lang.Object
com.twelvemonkeys.imageio.plugins.hdr.RGBE.Header
- Enclosing class:
RGBE
-
Field Details
-
valid
private int valid -
programType
-
gamma
private float gamma -
exposure
private float exposure -
width
private int width -
height
private int height
-
-
Constructor Details
-
Header
-
-
Method Details
-
isProgramTypeValid
public boolean isProgramTypeValid() -
isGammaValid
public boolean isGammaValid() -
isExposureValid
public boolean isExposureValid() -
getProgramType
-
getGamma
public float getGamma() -
getExposure
public float getExposure() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
toString
-