Enumeration that indicates the type of plasma effect, and the color pattern to use.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum PlasmaCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum PlasmaCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum PlasmaCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class PlasmaCommandFlags : public Enum |
Member | Description |
---|---|
Vertical | Create vertical lines of plasma. |
Horizontal | Create horizontal lines of plasma. |
Diagonal | Create diagonal lines of plasma. |
Cross | Create crossed lines of plasma. |
Circular | Create circles of plasma. |
Random1 | Create randomly shaped plasma. |
Random2 | Create a different type of randomly shaped plasma. |
Hue | Use the first predefined color pattern. |
Rgb1 | Use the second predefined color pattern. |
Rgb2 | Use the third predefined color pattern. |
CustomColor | Use the frequency properties (RedFrequency, GreenFrequency, BlueFrequency) of the PlasmaCommand class to generate user-defined plasma colors. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family