Leadtools.ImageProcessing.SpecialEffects Namespace : AgingCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum AgingCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum AgingCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AgingCommandFlags
[FlagsAttribute()] public enum AgingCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class AgingCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AddDust | Add dust. |
AddHorizontalScratch | Add horizontal scratch lines. |
AddNothing | Do not add any distortion type. In this case, the image will be changed by random changes in the color intensity. |
AddPits | Add pits. |
AddVerticalScratch | Add vertical scratch lines. |
DustColor | Use the value in DustColor as the dust color. |
DustInverse | Use the pixel's color inverse as the dust color. If this flag is set, DustColor will be ignored. |
PitsColor | Use the value in PitsColor as the color of the pits. |
PitsInverse | Use the pixel's color inverse as the color of the pits. If this flag is set, PitsColor will be ignored. |
ScratchColor | Use the value in ScratchColor as the scratch line color. |
ScratchInverse | Use the pixel's color inverse as the scratch line color. If this flag is set, ScratchColor will be ignored. |
Group | Flags |
Flags that indicate the distortion type | AddNothing, AddVerticalScratch, AddHorizontalScratch, AddDust, AddPits |
Flags that indicate the distortion color | ScratchInverse, ScratchColor, DustInverse, DustColor, PitsInverse, PitsColor |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2