App
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
appcore
src
mhr
appcore
image
layers
LayerType.java
Go to the documentation of this file.
1
package
mhr.appcore.image.layers;
5
public
enum
LayerType
{
6
LAYER_RASTER
,
7
LAYER_COLOR
,
8
LAYER_BRIGHTNESS
,
9
LAYER_CONTRAST
,
10
LAYER_GAMMA
,
11
LAYER_CURVES
,
12
13
LAYER_GAUSSIAN_BLUR
,
14
LAYER_LAPLACE_SHARPEN
,
15
LAYER_GAUSSIAN_SHARPEN
,
16
LAYER_LAPLACIAN_OF_GAUSSIAN_SHARPEN
,
17
LAYER_DIFFERENCE_OF_GAUSSIAN_SHARPEN
,
18
}
Generated on Thu May 23 2013 22:10:56 for App by
1.8.3