LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

AgingCommandFlags Enumeration

Show in webframe







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.

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 = {
PitsInverse = 0x00000000, DustInverse = 0x00000000, AddNothing = 0x00000000, ScratchInverse = 0x00000000, AddVerticalScratch = 0x00000001, AddHorizontalScratch = 0x00000002, AddDust = 0x00000004, AddPits = 0x00000008, ScratchColor = 0x00000010, DustColor = 0x00000020, PitsColor = 0x00000040, };
[FlagsAttribute()]
public enum class AgingCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000PitsInverseUse the pixel's color inverse as the color of the pits. If this flag is set, PitsColor will be ignored.
0x00000000DustInverseUse the pixel's color inverse as the dust color. If this flag is set, DustColor will be ignored.
0x00000000AddNothingDo not add any distortion type. In this case, the image will be changed by random changes in the color intensity.
0x00000000ScratchInverseUse the pixel's color inverse as the scratch line color. If this flag is set, ScratchColor will be ignored.
0x00000001AddVerticalScratchAdd vertical scratch lines.
0x00000002AddHorizontalScratchAdd horizontal scratch lines.
0x00000004AddDustAdd dust.
0x00000008AddPitsAdd pits.
0x00000010ScratchColorUse the value in ScratchColor as the scratch line color.
0x00000020DustColorUse the value in DustColor as the dust color.
0x00000040PitsColorUse the value in PitsColor as the color of the pits.
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

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.