Contains possible values that describe a reason of bitmap change in Changed and Changing events.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration BitmapChange
public enum BitmapChange
| Member name | Description | |
|---|---|---|
| Deserialize |
Bitmap has been deserialized. |
|
| Combine |
Bitmap changed due combining with another bitmap (using Combiner transform). |
|
| FloodFill |
Bitmap changed by FloodFill transform. |
|
| Load |
Bitmap data was loaded from file or any other source (using Load(String) method). |
|
| AddAlphaChannel | ||
| ApplyMatrixTransform |
Bitmap changed by ApplyMatrixTransform transform. |
|
| Levels |
Bitmap changed by Levels transform. |
|
| Invert |
Bitmap changed by Invert transform. |
|
| Redo |
Previously undone bitmap modification was redone (using Redo() method). |
|
| Undo |
Bitmap modification was undone (using Undo() method). |
|
| ApplyLut |
Bitmap changed by ApplyLut transform. |
|
| HistogramEqualize |
Bitmap changed by HistogramEqualize transform. |
|
| ImportData |
Bitmap data was imported from array (using Import(Int32[,,]) method). |
|
| ReplaceChannel |
Some bitmap channel was replaced. |
|
| Wave |
Bitmap changed by Wave transform. |
|
| WaterDrop |
Bitmap changed by WaterDrop transform. |
|
| Waddle |
Bitmap changed by Waddle transform. |
|
| UnsharpMask |
Bitmap changed by UnsharpMask transform. |
|
| Transparentize |
Bitmap changed by Transparentize transform. |
|
| Texturize |
Bitmap changed by Texturize transform. |
|
| Swirl |
Bitmap changed by Swirl transform. |
|
| SwapChannels |
Bitmap changed by SwapChannels transform. |
|
| Spray |
Bitmap changed by Spray transform. |
|
| Solarize |
Bitmap changed by Solarize transform. |
|
| Sharpen |
Bitmap changed by Sharpen transform. |
|
| Shadow |
Bitmap changed by Redo() transform. |
|
| PageCurl |
Bitmap changed by PageCurl transform. |
|
| Mosaic |
Bitmap changed by Mosaic transform. |
|
| Contrast |
Bitmap changed by Contrast transform. |
|
| ColorSpace |
Bitmap changed due pixel format conversion (using PixelFormatConverter transform). |
|
| Draw |
Something was drawn on the bitmap (e.g. line, rectangle, etc). |
|
| Rotate |
Bitmap changed by Rotate transform. |
|
| Resize |
Bitmap changed by Resize transform. |
|
| MinimumFilter |
Bitmap changed by MinimumFilter transform. |
|
| MedianFilter |
Bitmap changed by MedianFilter transform. |
|
| MaximumFilter |
Bitmap changed by MaximumFilter transform. |
|
| Glow |
Bitmap changed by Glow transform. |
|
| RotateAndFlip |
Bitmap changed by RotateAndFlip transform. |
|
| Emboss |
Bitmap changed by Emboss transform. |
|
| EdgeDetect |
Bitmap changed by EdgeDetect transform. |
|
| Cylindrize |
Bitmap changed by Cylindrize transform. |
|
| Curves |
Bitmap changed by Curves transform. |
|
| Crop |
Bitmap changed by Crop transform. |
|
| ChannelBalance |
Bitmap changed by ChannelBalance transform. |
|
| Buttonize |
Bitmap changed by Buttonize transform. |
|
| BrightnessContrast |
Bitmap changed by BrightnessContrast transform. |
|
| Brightness |
Bitmap changed by Brightness transform. |
|
| Blur |
Bitmap changed by Blur transform. |
|
| AdjustHsl |
Bitmap changed by AdjustHsl transform. |
|
| AddNoise |
Bitmap changed by AddNoise transform. |
|
| Unload |
Bitmap data has been unloaded with Unload() method. |
|
| CreateNew |
Bitmap was emptied and created anew (with Create(Single, Single, PixelFormat, ColorPalette) method). |
|
| LoadThumbnail |
Thumbnail was loaded from file or any other source (using LoadThumbnail(String, Int32, Int32) method). |
|
| Custom |
Bitmap was changed because of some custom effect. You can use this value when you implement your own effect and raise the Changed and Changing events. |