Class Contrast
java.lang.Object
net.risingworld.api.objects.visuals.Contrast
Post-processing effect: Screen contrast adjustment. Used in conjunction with a 
PostProcessing object.- 
Constructor Details- 
Contrastpublic Contrast()
 
- 
- 
Method Details- 
setpublic void set(float value) Sets the contrast value (between -100 and +100). To reset the value to the game default value, callreset()- Parameters:
- value- a contrast value between -100 and +100
 
- 
resetpublic void reset()Resets the effect, so it is no longer active (and no longer overrides any game effects).
- 
isOverriddenpublic boolean isOverridden()Determines if the effect is set.- Returns:
- true if this effect was set, false if not (or if it was reset).
 
 
-