| 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 |
| cache — Property in class de.popforge.imageprocessing.filters.color.LUTFilter |
|
The caching value. |
| cache — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
Setting cache to false forces the filter to generate a new noise on next execution. |
| CarryThreshold — Final class in package de.popforge.imageprocessing.filters.binarization |
|
The CarryThreshold class transforms a grayscale image into binary color-space using a carry flag. |
| CellGenerator — Final class in package de.popforge.imageprocessing.filters.render |
|
The CellGenerator class is a filter that fills an image with a pattern based on seed and rule value. |
| CellGenerator(randomSeed, rule) — Constructor in class de.popforge.imageprocessing.filters.render.CellGenerator |
|
Creates a new CellGenerator object. |
| CHANNEL_ALPHA — Constant static property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
Alpha channel constant for the Perlin noise. |
| CHANNEL_BLUE — Constant static property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
Blue channel constant for the Perlin noise. |
| CHANNEL_GRAY — Constant static property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
Gray channel constant for the Perlin noise. |
| CHANNEL_GREEN — Constant static property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
Green channel constant for the Perlin noise. |
| channelOptions — Property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
A number that can be a combination of any of the color channel values (PerlinNoise.CHANNEL_GRAY, PerlinNoise.CHANNEL_RED, PerlinNoise.CHANNEL_GREEN, PerlinNoise.CHANNEL_BLUE, PerlinNoise.CHANNEL_ALPHA). |
| CHANNEL_RED — Constant static property in class de.popforge.imageprocessing.filters.noise.PerlinNoise |
|
Red channel constant for the Perlin noise. |
| channels — Property in class de.popforge.imageprocessing.core.Histogram |
|
The histogram values in seperate channels. |
| channels — Property in class de.popforge.imageprocessing.core.Image |
|
The channels property is an Array that contains a BitmapData object for each channel of the image. |
| clamp() — Method in class de.popforge.imageprocessing.geom.Color |
|
Clamps the color vector between 0 and 255. |
| clone() — Method in class de.popforge.imageprocessing.core.Histogram |
|
Returns a new Histogram object that is a clone of the original instance with an exact copy of the contained information. |
| clone() — Method in class de.popforge.imageprocessing.core.Image |
|
Returns a new Image object that is a clone of the original instance with an exact copy of the contained information. |
| Closing — Final class in package de.popforge.imageprocessing.filters.morphological |
|
The Closing class is a filter that closes gaps in an image. |
| Closing(structuringFunction:de.popforge.imageprocessing.geom:StructuringFunction) — Constructor in class de.popforge.imageprocessing.filters.morphological.Closing |
|
Creates a new Closing object. |
| color — Property in class de.popforge.imageprocessing.filters.color.Extract |
|
The color you want to extract
This property has no effect if you set cache to true. |
| Color — Final class in package de.popforge.imageprocessing.geom |
|
The Color class is a util that simplifies color math. |
| Color(red, green, blue) — Constructor in class de.popforge.imageprocessing.geom.Color |
|
Creates a Color object with the specific RGB values. |
| ColorMatrix — Class in package de.popforge.imageprocessing.filters.color |
|
The ColorMatrix class is an implementation of the native ColorMatrixFilter. |
| ColorMatrix() — Constructor in class de.popforge.imageprocessing.filters.color.ColorMatrix |
|
Creates a new ColorMatrix object. |
| COMPONENT_X — Constant static property in class de.popforge.imageprocessing.filters.convolution.QuickNormalMap |
|
The value that a displacement map should use as the x component. |
| COMPONENT_Y — Constant static property in class de.popforge.imageprocessing.filters.convolution.QuickNormalMap |
|
The value that a displacement map should use as the y component. |
| ContrastCorrection — Final class in package de.popforge.imageprocessing.filters.color |
|
The ContrastCorrection class is a filter that levels the contrast in an image. |
| ContrastCorrection(contrast) — Constructor in class de.popforge.imageprocessing.filters.color.ContrastCorrection |
|
Creates a new ContrastCorrection object with given contrast value. |
| Convolution — Class in package de.popforge.imageprocessing.filters.convolution |
|
The Convolution class is an implementation of the native ConvolutionFilter. |
| Convolution() — Constructor in class de.popforge.imageprocessing.filters.convolution.Convolution |
|
Creates a new Convolution object. |
| ConvolutionBlur — Final class in package de.popforge.imageprocessing.filters.convolution |
|
The ConvolutionBlur class is a filter that uses a convolution matrix to blur an image. |
| ConvolutionBlur(scale) — Constructor in class de.popforge.imageprocessing.filters.convolution.ConvolutionBlur |
|
Creates a new ConvolutionBlur object with given scale. |
| Corona — Final class in package de.popforge.imageprocessing.filters.render |
|
The Corona class is a filter that renders a corona/particle. |
| Corona(scale) — Constructor in class de.popforge.imageprocessing.filters.render.Corona |
|
Creates a new Corona object. |
| COSINE — Constant static property in class de.popforge.imageprocessing.geom.CurveMode |
|
The cosine interpolation. |
| CUBIC — Constant static property in class de.popforge.imageprocessing.geom.CurveMode |
|
The cubic intepolation. |
| Curve — Final class in package de.popforge.imageprocessing.geom |
|
The Curve class represents a curve that can be used to transform colors. |
| Curve(addDefaultPoints, mode) — Constructor in class de.popforge.imageprocessing.geom.Curve |
|
Creates a new Curve object. |
| CurveMode — Final class in package de.popforge.imageprocessing.geom |
|
The CurveMode class is an enumeration of constant values that indicate which interpolation to use: cubic, cosine or linear. |
| Curves — Final class in package de.popforge.imageprocessing.filters.color |
|
The Curves class is a filter that applies a curve to a given image. |
| Curves(curve:de.popforge.imageprocessing.geom:Curve, cache) — Constructor in class de.popforge.imageprocessing.filters.color.Curves |
| |
|
| 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 |