←Select platform

PlasmaCommandFlags Enumeration

Summary

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

Syntax

C#
VB
WinRT C#
C++
[FlagsAttribute()] 
public enum PlasmaCommandFlags 
  
<FlagsAttribute()> 
Public Enum PlasmaCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum PlasmaCommandFlags : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.prototype = { 
 
  Hue = 0x00000000, 
    Vertical = 0x00000000, 
    Horizontal = 0x00000001, 
    Diagonal = 0x00000002, 
    Cross = 0x00000003, 
    Circular = 0x00000004, 
    Random1 = 0x00000005, 
    Random2 = 0x00000006, 
    Rgb1 = 0x00000010, 
    Rgb2 = 0x00000020, 
    CustomColor = 0x00000030, 
     
 }; 
[FlagsAttribute()] 
public enum class PlasmaCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly