Defines the filter style that will be applied to the image
public: enum FilterStyle {
None = 0,
Smooth,
GaussianBlur,
MeanRemoval,
Sharpen,
Emboss,
Engrave,
EdgeDetectSobel,
EdgeDetectPrewitt,
EdgeDetectKirsh,
EdgeDetectRoberts,
EdgeDetectFreiChen,
EdgeDetectDifference,
Diffuse,
GlassBorder,
Dither,
Mosaic,
Water,
WaterRipple,
Sepia,
Contrast,
Lightness,
Darkness,
Noise,
DeepBlur,
Solarize,
Twirl,
Shear,
Invert,
BlackWhite,
GrayScale,
Grey,
HSLAdjust,
GammaAdjust,
Sphere,
Marble,
Shake,
BombWave,
Oil,
RedEye,
Spread,
Wind,
AutoColorEnhance,
LinearBlur,
ZoomBlur,
RadialBlur,
AdditionCompositeFilter,
DifferenceCompositeFilter,
SimilarityRemovalFilter,
ColorBlendFilter,
MultiplyCompositeFilter,
LightenCompositeFilter,
DarkenCompositeFilter,
ScreenCompositeFilter,
ExclusiveCompositeFilter
};public enum FilterStyle {
None = 0,
Smooth,
GaussianBlur,
MeanRemoval,
Sharpen,
Emboss,
Engrave,
EdgeDetectSobel,
EdgeDetectPrewitt,
EdgeDetectKirsh,
EdgeDetectRoberts,
EdgeDetectFreiChen,
EdgeDetectDifference,
Diffuse,
GlassBorder,
Dither,
Mosaic,
Water,
WaterRipple,
Sepia,
Contrast,
Lightness,
Darkness,
Noise,
DeepBlur,
Solarize,
Twirl,
Shear,
Invert,
BlackWhite,
GrayScale,
Grey,
HSLAdjust,
GammaAdjust,
Sphere,
Marble,
Shake,
BombWave,
Oil,
RedEye,
Spread,
Wind,
AutoColorEnhance,
LinearBlur,
ZoomBlur,
RadialBlur,
AdditionCompositeFilter,
DifferenceCompositeFilter,
SimilarityRemovalFilter,
ColorBlendFilter,
MultiplyCompositeFilter,
LightenCompositeFilter,
DarkenCompositeFilter,
ScreenCompositeFilter,
ExclusiveCompositeFilter
}Public Enum FilterStyle None = 0, Smooth, GaussianBlur, MeanRemoval, Sharpen, Emboss, Engrave, EdgeDetectSobel, EdgeDetectPrewitt, EdgeDetectKirsh, EdgeDetectRoberts, EdgeDetectFreiChen, EdgeDetectDifference, Diffuse, GlassBorder, Dither, Mosaic, Water, WaterRipple, Sepia, Contrast, Lightness, Darkness, Noise, DeepBlur, Solarize, Twirl, Shear, Invert, BlackWhite, GrayScale, Grey, HSLAdjust, GammaAdjust, Sphere, Marble, Shake, BombWave, Oil, RedEye, Spread, Wind, AutoColorEnhance, LinearBlur, ZoomBlur, RadialBlur, AdditionCompositeFilter, DifferenceCompositeFilter, SimilarityRemovalFilter, ColorBlendFilter, MultiplyCompositeFilter, LightenCompositeFilter, DarkenCompositeFilter, ScreenCompositeFilter, ExclusiveCompositeFilter End Enum
|
Members |
Description |
|
None |
Defines the rendering without filter effect |
|
Smooth |
Defines a smooth effect on the photo |
|
GaussianBlur |
Defines a gaussian blur effect on the photo |
|
MeanRemoval |
Defines a mean removal effect on the photo |
|
Sharpen |
Defines sharpen effect on the photo |
|
Emboss |
Defines an emboss effect on the photo |
|
Engrave |
Defines an engrave effect on the photo |
|
EdgeDetectSobel |
Defines a sobel edge detect algorithm on the photo |
|
EdgeDetectPrewitt |
Defines a prewitt edge detect algorithm on the photo |
|
EdgeDetectKirsh |
Defines a kirsh edge detect algorithm on the photo |
|
EdgeDetectRoberts |
Defines a roberts edge detect algorithm on the photo |
|
EdgeDetectFreiChen |
Defines a frei-chen edge detect algorithm on the photo |
|
EdgeDetectDifference |
Defines a difference edge detect algorithm on the photo |
|
Diffuse |
Defines a diffuse effect on the photo |
|
GlassBorder |
Defines a glass border on the photo |
|
Dither |
Defines a dither on the photo |
|
Mosaic |
Defines a mosaic effect on the photo |
|
Water |
Defines a water effect on the photo |
|
WaterRipple |
Defines a water ripple on the photo |
|
Sepia |
Defines a sepia rendering on the photo |
|
Contrast |
Defines a contrast rendering on the photo |
|
Lightness |
Defines a lightness rendering on the photo |
|
Darkness |
Defines a darkness rendering on the photo |
|
Noise |
Defines a noise rendering on the photo |
|
DeepBlur |
Defines a deep blur rendering on the photo |
|
Solarize |
Defines a solarization on the photo |
|
Twirl |
Defines a twirl effect to render the photo |
|
Shear |
Defines a shear effect to render the photo |
|
Invert |
Defines an invert effect on the photo |
|
BlackWhite |
Defines a black white effect on the photo |
|
GrayScale |
Defines a grayscale effect on the photo |
|
Grey |
Defines a grey effect on the photo |
|
HSLAdjust |
Defines a HSL color adjust filter to the photo |
|
GammaAdjust |
Defines a Gamma color adjust filter to the photo |
|
Sphere |
Defines a sphere filter to render the photo |
|
Marble |
Defines a marble filter to render the photo |
|
Shake |
Defines a shake filter to render the photo |
|
BombWave |
Defines a bombwave filter to render the photo |
|
Oil |
Defines a oil filter to render the photo |
|
RedEye |
Defines a redeye removal filter to render the photo |
|
Spread |
Defines a spread noise filter to render the photo |
|
Wind |
Defines a wind noise filter to render the photo |
|
AutoColorEnhance |
Defines an autocolor enhancement filter to render the photo |
|
LinearBlur |
Defines a linear blur filter to render the photo |
|
ZoomBlur |
Defines a zoom blur filter to render the photo |
|
RadialBlur |
Defines a raidal blur filter to render the photo |
|
AdditionCompositeFilter |
Defines the addition composition style. There is no default filter can be applied. |
|
DifferenceCompositeFilter |
Defines the difference composition style. There is no default filter can be applied. |
|
SimilarityRemovalFilter |
Defines the similarity removal composition style. There is no default filter can be applied. |
|
ColorBlendFilter |
Defines the color blend composition style. There is no default filter can be applied. |
|
MultiplyCompositeFilter |
Defines the multiply composition style. There is no default filter can be applied. |
|
LightenCompositeFilter |
Defines the lighten composition style. There is no default filter can be applied. |
|
DarkenCompositeFilter |
Defines the darken composition filter style. There is no default filter can be applied. |
|
ScreenCompositeFilter |
Defines the screen composition filter style. There is no default filter can be applied. |
|
ExclusiveCompositeFilter |
Defines the exclusive composition filter style. There is no default filter can be applied. |
Enum.cs
|
Send comments about this topic.
|
|
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.
|