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

FadedMaskCommandFlags Enumeration






Flags that indicate how the fade mask will be created.

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

.NET support
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum FadedMaskCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FadedMaskCommandFlags
[FlagsAttribute()]
public enum FadedMaskCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags = function() { };
Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class FadedMaskCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
DumpColorStartIf this flag is set, the dump color is the color used at the start of the fade. The start color may be white or black, based on the FadeWhiteToBlack. If this flag is not set, the dump color is the color at the end of the fade. If the FillWithDumpColor flag is not set, this flag is ignored.
FadeOutsideRegionIf this flag is set, the fade will be outside the image's region. If this flag is not set, the fade will be inside the image's region.
FadeWhiteToBlackIf this flag is set, the fade starts with white and changes toward black. If this flag is not set, the fade changes from black to white.
FillWithDumpColorIf this flag is set, the dump part of the mask will be filled with the dump color. The DumpColorStart and FadeWhiteToBlack flags determine the dump color. If this flag is not set, the dump part is filled with the Transparent color.
Nonedo nothing
NoTransparencyFillIf this flag is set, fill the transparency part with a color other than Transparent. The color is either the same as the dump color, or its opposite, depending on whether the TransparencyAsDump flag is set. If the NoTransparencyFill flag is not set, fill the transparency with Transparent. If the FillWithDumpColor flag is not set, this flag is ignored.
TransparencyAsDumpIf this flag is set, the transparency color is the same as the dump color. If this flag is not set, the transparency color is the opposite of the dump color. This flag is used only if NoTransparencyFill is set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.FadedMaskCommandFlags

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.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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