public class IMGS extends MajorRecord
MajorRecord.MajorFlags
Constructor and Description |
---|
IMGS()
Creates a new IMGS record.
|
Modifier and Type | Method and Description |
---|---|
float |
getAlpha() |
float |
getBloomRadius() |
float |
getBloomScale() |
float |
getBloomThreshold() |
float |
getBlue() |
float |
getBrightness() |
float |
getContrast() |
float |
getDOFdistance() |
float |
getDOFrange() |
float |
getDOFstrength() |
float |
getEyeAdaptSpeed() |
float |
getEyeAdaptStrength() |
float |
getGreen() |
float |
getRed() |
float |
getSaturation() |
float |
getSkyScale() |
float |
getSunlightScale() |
float |
getTargetLum1() |
float |
getTargetLum2() |
void |
setAlpha(float in) |
void |
setBloomRadius(float in) |
void |
setBloomScale(float in) |
void |
setBloomThreshold(float in) |
void |
setBlue(float in) |
void |
setBrightness(float in) |
void |
setContrast(float in) |
void |
setDOFdistance(float in) |
void |
setDOFrange(float in) |
void |
setDOFstrength(float in) |
void |
setEyeAdaptSpeed(float in) |
void |
setEyeAdaptStrength(float in) |
void |
setGreen(float in) |
void |
setRed(float in) |
void |
setSaturation(float in) |
void |
setSkyScale(float in) |
void |
setSunlightScale(float in) |
void |
setTargetLum1(float in) |
void |
setTargetLum2(float in) |
copy, deepEquals, equals, get, getEDID, getForm, getFormMaster, getFormStr, hashCode, print, set, setEDID, setForm, toString
getRecordLength, getType
public float getEyeAdaptSpeed()
public float getBloomRadius()
public float getBloomThreshold()
public float getBloomScale()
public float getTargetLum1()
public float getTargetLum2()
public float getSunlightScale()
public float getSkyScale()
public float getEyeAdaptStrength()
public void setEyeAdaptSpeed(float in)
in
- public void setBloomRadius(float in)
in
- public void setBloomThreshold(float in)
in
- public void setBloomScale(float in)
in
- public void setTargetLum1(float in)
in
- public void setTargetLum2(float in)
in
- public void setSunlightScale(float in)
in
- public void setSkyScale(float in)
in
- public void setEyeAdaptStrength(float in)
in
- public float getSaturation()
public float getBrightness()
public float getContrast()
public float getRed()
public float getBlue()
public float getGreen()
public float getAlpha()
public void setSaturation(float in)
in
- public void setBrightness(float in)
in
- public void setContrast(float in)
in
- public void setRed(float in)
in
- public void setBlue(float in)
in
- public void setGreen(float in)
in
- public void setAlpha(float in)
in
- public void setDOFstrength(float in)
in
- public float getDOFstrength()
public void setDOFdistance(float in)
in
- public float getDOFdistance()
public void setDOFrange(float in)
in
- public float getDOFrange()