←Select platform

PlasmaCommandFlags Enumeration

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

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum PlasmaCommandFlags 
[FlagsAttribute()] 
public enum class PlasmaCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class PlasmaCommandFlags(Enum): 
   Hue = 0 
   Hue = 0 
   Vertical, Horizontal = 1 
   Vertical, Diagonal = 2 
   Vertical, Cross = 3 
   Vertical, Circular = 4 
   Vertical, Random1 = 5 
   Vertical, Random2 = 6 
   Vertical, Rgb1 = 16 
   Vertical, Rgb2 = 32 
   Vertical, CustomColor = 48 
Members
ValueMemberDescription
0x00000000HueUse the first predefined color pattern.
0x00000000VerticalCreate vertical lines of plasma.
0x00000001HorizontalCreate horizontal lines of plasma.
0x00000002DiagonalCreate diagonal lines of plasma.
0x00000003CrossCreate crossed lines of plasma.
0x00000004CircularCreate circles of plasma.
0x00000005Random1Create randomly shaped plasma.
0x00000006Random2Create a different type of randomly shaped plasma.
0x00000010Rgb1Use the second predefined color pattern.
0x00000020Rgb2Use the third predefined color pattern.
0x00000030CustomColorUse the frequency properties (RedFrequency, GreenFrequency, BlueFrequency) of the PlasmaCommand class to generate user-defined plasma colors.
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
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.SpecialEffects Assembly

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