LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PlasmaCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.SpecialEffects Namespace : PlasmaCommandFlags Enumeration



Enumeration that indicates the type of plasma effect, and the color pattern to use.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum PlasmaCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PlasmaCommandFlags
C# 
[FlagsAttribute()]
public enum PlasmaCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class PlasmaCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CircularCreate circles of plasma.
CrossCreate crossed lines of plasma.
CustomColorUse the frequency properties (RedFrequency, GreenFrequency, BlueFrequency) of the PlasmaCommand class to generate user-defined plasma colors.
DiagonalCreate diagonal lines of plasma.
HorizontalCreate horizontal lines of plasma.
HueUse the first predefined color pattern.
Random1Create randomly shaped plasma.
Random2Create a different type of randomly shaped plasma.
Rgb1Use the second predefined color pattern.
Rgb2Use the third predefined color pattern.
VerticalCreate vertical lines of plasma.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Type of Plasma Vertical, Horizontal, Diagonal, Cross, Circular, Random1, Random2
Color Patterns Hue, Rgb1, Rgb2, CustomColor

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also