Uses of Class
com.jme3.post.filters.ContrastAdjustmentFilter
Packages that use ContrastAdjustmentFilter
-
Uses of ContrastAdjustmentFilter in com.jme3.post.filters
Methods in com.jme3.post.filters that return ContrastAdjustmentFilterModifier and TypeMethodDescriptionContrastAdjustmentFilter.setBlueExponent(float exponent) Sets the power-law exponent for the blue channel.ContrastAdjustmentFilter.setBlueScale(float factor) Sets the output scale factor for the blue channel.ContrastAdjustmentFilter.setExponents(float redExponent, float greenExponent, float blueExponent) Sets the power-law exponent for each color channel.ContrastAdjustmentFilter.setGreenExponent(float exponent) Sets the power-law exponent for the green channel.ContrastAdjustmentFilter.setGreenScale(float factor) Sets the output scale factor for the green channel.ContrastAdjustmentFilter.setInputRange(float lowerLimit, float upperLimit) Sets the input range for each color channel.ContrastAdjustmentFilter.setLowerLimit(float level) Sets the lower limit of the input range.ContrastAdjustmentFilter.setRedExponent(float exponent) Sets the power-law exponent for the red channel.ContrastAdjustmentFilter.setRedScale(float factor) Sets the output scale factor for the red channel.ContrastAdjustmentFilter.setScales(float redScale, float greenScale, float blueScale) Adjusts the output scaling for each color channel.ContrastAdjustmentFilter.setUpperLimit(float level) Sets the upper limit of the input range.