A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
MakeTileable — Class in package de.popforge.imageprocessing.filters.render
The MakeTileable class is a filter that makes an image tileable using scaled inverse mapping.
MakeTileable(strength) — Constructor in class de.popforge.imageprocessing.filters.render.MakeTileable
Creates a new MakeTileable object.
Mandelbrot — Final class in package de.popforge.imageprocessing.filters.render
The Mandelbrot class is a filter that renders a Mandelbrot fractal.
Mandelbrot(r, g, b) — Constructor in class de.popforge.imageprocessing.filters.render.Mandelbrot
Creates a new Mandelbrot object.
matrix — Property in class de.popforge.imageprocessing.geom.StructuringFunction
The matrix array.
matrixX — Property in class de.popforge.imageprocessing.geom.StructuringFunction
The x dimension of the matrx.
matrixY — Property in class de.popforge.imageprocessing.geom.StructuringFunction
The y dimension of the matrix.
MedianCut — Final class in package de.popforge.imageprocessing.filters.noise
The MedianCut class is a filter that replaces each pixel with the median of its neighbours.
MedianCut(structuringFunction:de.popforge.imageprocessing.geom:StructuringFunction) — Constructor in class de.popforge.imageprocessing.filters.noise.MedianCut
Creates a new MedianCut object.
merge() — Method in class de.popforge.imageprocessing.core.LayerManager
Merges all layers to the background layer.
mode — Property in class de.popforge.imageprocessing.geom.Curve
The mode of the curve.
monochrom — Property in class de.popforge.imageprocessing.filters.noise.NoiseFilter
True uses for each channel the same noise value which results in a monochromatic noise.
multiply(value) — Method in class de.popforge.imageprocessing.geom.Color
Multiplies the color vector.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z