|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproject.android.imageprocessing.GLRenderer
project.android.imageprocessing.input.GLTextureOutputRenderer
project.android.imageprocessing.filter.BasicFilter
project.android.imageprocessing.filter.colour.ColourMatrixFilter
project.android.imageprocessing.filter.colour.RGBFilter
project.android.imageprocessing.filter.colour.ImageExposureFilter
public class ImageExposureFilter
A exposure filter extension of RGBFilter. This filter creates the exposure effect by multiply red, green and blue values of each pixel by 2^(exposure value). The alpha value of the input image is untouched.
Constructor Summary | |
---|---|
ImageExposureFilter(float exposure)
Creates a ImageExposureFilter with the given adjustment to exposure. |
Method Summary |
---|
Methods inherited from class project.android.imageprocessing.filter.BasicFilter |
---|
newTextureReady |
Methods inherited from class project.android.imageprocessing.input.GLTextureOutputRenderer |
---|
addTarget, getTargets, onDrawFrame, onSurfaceCreated, removeTarget, setRenderSize |
Methods inherited from class project.android.imageprocessing.GLRenderer |
---|
getHeight, getWidth, onPause, onResume, rotateClockwise90Degrees, rotateCounterClockwise90Degrees |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageExposureFilter(float exposure)
exposure
- The amount of exposure.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |