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  
parent — Property in class de.popforge.imageprocessing.core.Layer
Sets the parent of the current layer.
PerlinNoise — Final class in package de.popforge.imageprocessing.filters.noise
The PerlinNoise filter is an implementation of the native BitmapData.perlinNoise() function.
PerlinNoise(baseX, baseY, numOctaves, randomSeed, stitch, fractalNoise, channelOptions, offsets) — Constructor in class de.popforge.imageprocessing.filters.noise.PerlinNoise
Creates a new PerlinNoise object.
Pixelate — Final class in package de.popforge.imageprocessing.filters.noise
The Pixelate class is a filter that replaces neighbour pixels with the same color.
Pixelate(size) — Constructor in class de.popforge.imageprocessing.filters.noise.Pixelate
Creates a new Pixelate object.
PNG — Final class in package de.popforge.imageprocessing.formats
The PNG class is used to convert a BitmapData object into a ByteArray containing a PNG file.
points — Property in class de.popforge.imageprocessing.geom.Curve
An array consisting of Point objects which describe the curve.
Publish — Final class in package de.popforge.imageprocessing.utils
The Publish class provides methods to make saving of images very easy.
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