public class GaussianBlurState extends HVSeparableKernel
| Constructor and Description |
|---|
GaussianBlurState() |
| Modifier and Type | Method and Description |
|---|---|
float |
getHRadius() |
int |
getKernelSize(int pass)
Returns the size of the kernel for a given pass.
|
int |
getPad(int pass) |
float |
getRadius() |
LinearConvolveRenderState |
getRenderState(BaseTransform filtertx) |
Color4f |
getShadowColor() |
float |
getSpread() |
float |
getVRadius() |
boolean |
isNop()
Returns true if the entire operation of this linear convolution
would have no effect on the source data.
|
void |
setHRadius(float hradius) |
void |
setRadius(float radius) |
void |
setVRadius(float vradius) |
getResultBoundsisShadowpublic float getRadius()
public void setRadius(float radius)
public float getHRadius()
public void setHRadius(float hradius)
public float getVRadius()
public void setVRadius(float vradius)
public boolean isNop()
LinearConvolveKernelisNop in class LinearConvolveKernelpublic int getPad(int pass)
public int getKernelSize(int pass)
LinearConvolveKernelgetKernelSize in class LinearConvolveKernelpass - the pass of the algorithm being performedpublic float getSpread()
public Color4f getShadowColor()
public LinearConvolveRenderState getRenderState(BaseTransform filtertx)
getRenderState in class LinearConvolveKernelCopyright © 2025. All rights reserved.