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  
fillRect(image:de.popforge.imageprocessing.core:Image, color, x, y, width, height) — Static method in class de.popforge.imageprocessing.utils.Drawing
Draws and fills a rectangle on an Image object.
filter — Property in class de.popforge.imageprocessing.filters.NativeFilter
The native filter that will be overridden by a subclass of NativeFilter.
FilterQueue — Final class in package de.popforge.imageprocessing.filters
The FilterQueue class applies a group of filters in given order to an Image object.
FilterQueue() — Constructor in class de.popforge.imageprocessing.filters.FilterQueue
Creates a FilterQueue object.
format — Property in interface de.popforge.imageprocessing.core.IImage
The format of the image.
format — Property in class de.popforge.imageprocessing.core.Image
The format of the image.
format — Property in class de.popforge.imageprocessing.core.LayerManager
The format of the image.
FormatTest — Final class in package de.popforge.imageprocessing.utils
The FormatTest class provides two methods to check if an Image format is required or denied.
fractalNoise — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise
If the value is true, the method generates fractal noise; otherwise, it generates turbulence.
FractalPlasma — Final class in package de.popforge.imageprocessing.filters.render
The FractalPlasma class is a filter that generates a plasma using fractal subdivision.
FractalPlasma(randomSeed, roughness, bias, amplitude) — Constructor in class de.popforge.imageprocessing.filters.render.FractalPlasma
Creates a new FractalPlasma object.
from — Property in class de.popforge.imageprocessing.filters.color.LevelsCorrection
The start on the histogram's x-axis for every channel (0x00 to 0xff).
fromBitmapData(bitmap, format, convertToGrayscale) — Static method in class de.popforge.imageprocessing.core.Image
This function creates a new Image object from a given BitmapData object.
fromBitmapData(bitmap, format, convertToGrayscale) — Static method in class de.popforge.imageprocessing.core.LayerManager
This function creates a new LayaerManager object from a given BitmapData object.
fromCMY(c, m, y) — Static method in class de.popforge.imageprocessing.geom.Color
Creates and returns a new Color object from given CMY values.
fromHSL(h, s, l) — Static method in class de.popforge.imageprocessing.geom.Color
Creates and returns a new Color object from given HSL values.
fromHSV(h, s, v) — Static method in class de.popforge.imageprocessing.geom.Color
Creates and returns a new Color object from given HSV values.
fromImage(image:de.popforge.imageprocessing.core:Image) — Static method in class de.popforge.imageprocessing.core.LayerManager
Creates a new LayerManager object using the given image as the background layer.
fromInt(rgb) — Static method in class de.popforge.imageprocessing.geom.Color
Creates and returns a new Color object from given integer.
fromRGB(r, g, b) — Static method in class de.popforge.imageprocessing.geom.Color
Creates and returns a new Color object from given RGB values.
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