-
- All Implemented Interfaces:
-
net.protyposis.android.spectaculum.effects.Effect,net.protyposis.android.spectaculum.effects.Parameter.Listener
public class QrMarkerEffect.CannyEdgeEffect extends BaseEffectThe CannyEdge Effect is a subeffect of the QrMarker Effect, it is therefore more efficientto share the resources and reuse a common cannyedge subroutine than to instantiate it asa separate effect. If one of the two effects is needed, the other comes with it for free.
-
-
Method Summary
Modifier and Type Method Description voidinit(int width, int height)voidapply(Texture2D source, Framebuffer target)-
Methods inherited from class net.protyposis.android.spectaculum.effects.BaseEffect
addListener, addParameter, apply, getName, getParameters, hasParameters, init, isInitialized, onParameterChanged, removeListener, removeParameter, reset, setListener, setParameterHandler -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-