LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PlasmaCommandFlags Enumeration

Show in webframe







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

Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum PlasmaCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As PlasmaCommandFlags
[FlagsAttribute()]
public enum PlasmaCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.PlasmaCommandFlags.prototype = {
Vertical = 0x00000000, Hue = 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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000VerticalCreate vertical lines of plasma.
0x00000000HueUse the first predefined color pattern.
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
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.