Package arc.fx.filters
Class GaussianBlurFilter
java.lang.Object
arc.fx.filters.MultipassVfxFilter
arc.fx.filters.GaussianBlurFilter
- All Implemented Interfaces:
Disposable
-
Nested Class Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.float
Warning: Not all blur types support custom amounts at this timeint
getType()
void
render
(PingPongBuffer buffer) void
resize
(int width, int height) void
setAmount
(float amount) Warning: Not all blur types support custom amounts at this timevoid
void
setPasses
(int passes) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
Constructor Details
-
GaussianBlurFilter
public GaussianBlurFilter() -
GaussianBlurFilter
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:Disposable
Releases all resources of this object. -
resize
public void resize(int width, int height) - Overrides:
resize
in classMultipassVfxFilter
- See Also:
-
setParams
public void setParams()- Specified by:
setParams
in classMultipassVfxFilter
- See Also:
-
render
- Specified by:
render
in classMultipassVfxFilter
-
getType
-
setType
-
getAmount
public float getAmount()Warning: Not all blur types support custom amounts at this time -
setAmount
public void setAmount(float amount) Warning: Not all blur types support custom amounts at this time -
getPasses
public int getPasses() -
setPasses
public void setPasses(int passes)
-