LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

PlasmaCommandFlags Enumeration






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

.NET support WinRT support
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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class PlasmaCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.