-
public final class ContrastFilterTransformation extends GPUFilterTransformation
Adjust the contrast of an image.
-
-
Constructor Summary
Constructors Constructor Description ContrastFilterTransformation(Context context, Float contrast)
-
Method Summary
Modifier and Type Method Description StringgetCacheKey()GPUImageFiltercreateFilter()Create the GPUImageFilter to apply to this Transformation -
Methods inherited from class com.commit451.coiltransformations.gpu.ContrastFilterTransformation
transform -
Methods inherited from class com.commit451.coiltransformations.gpu.GPUFilterTransformation
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCacheKey
String getCacheKey()
-
createFilter
GPUImageFilter createFilter()
Create the GPUImageFilter to apply to this Transformation
-
-
-
-