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  
Layer — Final class in package de.popforge.imageprocessing.core
The Layer class defines a layer that is used in a LayerManager.
Layer(image:de.popforge.imageprocessing.core:Image, opacity, blendMode, x, y) — Constructor in class de.popforge.imageprocessing.core.Layer
Creates a new Layer object.
LayerManager — Class in package de.popforge.imageprocessing.core
The LayerManager class is a representation of one image built by multiple images on different layers.
LayerManager(width, height, format, backgroundImage:de.popforge.imageprocessing.core:Image) — Constructor in class de.popforge.imageprocessing.core.LayerManager
Creates a new LayerManager object.
layers — Property in class de.popforge.imageprocessing.core.LayerManager
An array of Layer objects.
length — Property in class de.popforge.imageprocessing.geom.StructuringFunction
The length of the structuring function (matrixX * matrixY).
LevelsCorrection — Final class in package de.popforge.imageprocessing.filters.color
The LevelsCorrection class is a filter that can stretch or squish the histogram of an image.
LevelsCorrection(automatic, from, gamma, to) — Constructor in class de.popforge.imageprocessing.filters.color.LevelsCorrection
Creates a new LevelsCorrection object.
lightX — Property in class de.popforge.imageprocessing.filters.distortion.QuickBumpMap
The x position of the light map.
lightY — Property in class de.popforge.imageprocessing.filters.distortion.QuickBumpMap
The y position of the light map.
LINEAR — Constant static property in class de.popforge.imageprocessing.geom.CurveMode
The linear interpolation.
LINEAR — Constant static property in class de.popforge.imageprocessing.geom.interpolation.Interpolation
The linear interpolation (equals no interpolation).
loadBitmapData(bitmap, convertToGrayscale) — Method in interface de.popforge.imageprocessing.core.IImage
This function loads the information a BitmapData provides.
loadBitmapData(bitmap, convertToGrayscale) — Method in class de.popforge.imageprocessing.core.Image
This function loads the information a BitmapData provides.
loadBitmapData(bitmap, convertToGrayscale) — Method in class de.popforge.imageprocessing.core.LayerManager
This function loads the information a BitmapData provides.
LUTFilter — Class in package de.popforge.imageprocessing.filters.color
The LUTFilter class is a basic filter used for most look-up table based operations.
LUTFilter(cache) — Constructor in class de.popforge.imageprocessing.filters.color.LUTFilter
Creates a new LUTFilter object.
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