-
public final class InvertFilterTransformation extends GPUFilterTransformation
Invert all the colors in the image.
-
-
Constructor Summary
Constructors Constructor Description InvertFilterTransformation(Context context)
-
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.InvertFilterTransformation
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
-
-
Constructor Detail
-
InvertFilterTransformation
InvertFilterTransformation(Context context)
- Parameters:
context- context
-
-
Method Detail
-
getCacheKey
String getCacheKey()
-
createFilter
GPUImageFilter createFilter()
Create the GPUImageFilter to apply to this Transformation
-
-
-
-