LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

AgingCommandFlags Enumeration






Flags that indicate the distortion type and the distortion color.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum AgingCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AgingCommandFlags
[FlagsAttribute()]
public enum AgingCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class AgingCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AddDustAdd dust.
AddHorizontalScratchAdd horizontal scratch lines.
AddNothingDo not add any distortion type. In this case, the image will be changed by random changes in the color intensity.
AddPitsAdd pits.
AddVerticalScratchAdd vertical scratch lines.
DustColorUse the value in DustColor as the dust color.
DustInverseUse the pixel's color inverse as the dust color. If this flag is set, DustColor will be ignored.
PitsColorUse the value in PitsColor as the color of the pits.
PitsInverseUse the pixel's color inverse as the color of the pits. If this flag is set, PitsColor will be ignored.
ScratchColorUse the value in ScratchColor as the scratch line color.
ScratchInverseUse the pixel's color inverse as the scratch line color. If this flag is set, ScratchColor will be ignored.
Remarks
You can use a bitwise OR (|) to specify one or more flag(s) from each group.
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags

Requirements

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

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.