public interface R2BilateralBlurParametersType
| Modifier and Type | Method and Description |
|---|---|
default int |
blurPasses()
The number of blur passes that will be used.
|
default float |
blurScale()
The amount by which the image will be scaled during the blur operation.
|
default com.io7m.jcanephora.core.JCGLFramebufferBlitFilter |
blurScaleFilter() |
default float |
blurSharpness() |
default float |
blurSize() |
default float blurSize()
default float blurScale()
default int blurPasses()
0 is
given here, the image will only be scaled and not actually blurred (and
will not actually even be scaled, if a value of 1.0 is given for
blurScale()).default float blurSharpness()
default com.io7m.jcanephora.core.JCGLFramebufferBlitFilter blurScaleFilter()
Copyright © 2017 <code@io7m.com> http://io7m.com