Returns the minification filter mode
| <multimedia:image>.getMinFilter() |
This command will return the minification filter mode that was specified with the filter command.
One of the following values:
viz.LINEAR
viz.LINEAR_MIPMAP_LINEAR
viz.LINEAR_MIPMAP_NEAREST
viz.NEAREST
viz.NEAREST_MIPMAP_LINEAR
viz.NEAREST_MIPMAP_NEAREST