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  
b — Property in class de.popforge.imageprocessing.geom.Color
The blue value of the color from 0 to 255.
backgroundImage — Property in class de.popforge.imageprocessing.core.LayerManager
The backgroundImage of the LayerManager.
baseX — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise
Frequency to use in the x direction.
baseY — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise
Frequency to use in the y direction.
BICUBIC — Constant static property in class de.popforge.imageprocessing.geom.interpolation.Interpolation
The bicubic interpolation.
BILINEAR — Constant static property in class de.popforge.imageprocessing.geom.interpolation.Interpolation
The bilinear interpolation.
BINARY — Constant static property in class de.popforge.imageprocessing.core.ImageChannel
The binary channel.
BINARY — Constant static property in class de.popforge.imageprocessing.core.ImageFormat
The binary format (one channel).
bitmapData — Property in interface de.popforge.imageprocessing.core.IImage
The merged version of the image.
bitmapData — Property in class de.popforge.imageprocessing.core.Image
The merged version of the image.
bitmapData — Property in class de.popforge.imageprocessing.core.LayerManager
The merged version of the image.
blendMode — Property in class de.popforge.imageprocessing.core.Layer
The blend mode of the layer.
Blobs — Final class in package de.popforge.imageprocessing.filters.render
The Blobs class is a filter that renders random blobs on an image.
Blobs(randomSeed, numBlobs) — Constructor in class de.popforge.imageprocessing.filters.render.Blobs
Creates a new Blobs object.
BLUE — Constant static property in class de.popforge.imageprocessing.core.ImageChannel
The blue channel.
Blur — Final class in package de.popforge.imageprocessing.filters.convolution
The Blur class is an implementation of the native BlurFilter.
Blur(blurX, blurY, quality) — Constructor in class de.popforge.imageprocessing.filters.convolution.Blur
Creates a new Blur object.
brightness — Property in class de.popforge.imageprocessing.filters.color.BrightnessCorrection
The brightness value from 0x00 to 0xff.
BrightnessCorrection — Final class in package de.popforge.imageprocessing.filters.color
The BrightnessCorrection class is a filter that adds or removes brightness from an image.
BrightnessCorrection(brightness, cache) — Constructor in class de.popforge.imageprocessing.filters.color.BrightnessCorrection
Creates a new BrightnessCorrection object with given brightness value.
buildTables(image:de.popforge.imageprocessing.core:Image) — Method in class de.popforge.imageprocessing.filters.color.LUTFilter
This function creates the amount of necessary look-up tables.
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