←Select platform

FadedMaskCommandFlags Enumeration

Summary
Flags that indicate how the fade mask will be created. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum FadedMaskCommandFlags   
[FlagsAttribute()] 
public enum class FadedMaskCommandFlags   
class FadedMaskCommandFlags(Enum): 
   None = 0 
   FadeOutsideRegion = 1 
   FillWithDumpColor = 2 
   DumpColorStart = 4 
   FadeWhiteToBlack = 8 
   NoTransparencyFill = 16 
   TransparencyAsDump = 32 
Members
ValueMemberDescription
0x00000000None do nothing
0x00000001FadeOutsideRegion If 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.
0x00000002FillWithDumpColor If 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.
0x00000004DumpColorStart If 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.
0x00000008FadeWhiteToBlack If 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.
0x00000010NoTransparencyFill If 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.
0x00000020TransparencyAsDump If 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.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.