LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

CloudsCommandType Enumeration

Show in webframe







This enumeration contains all the flags that are needed by the CloudsCommand. Specifies how to apply the clouds effect to an image.
Syntax
'Declaration
 
Public Enum CloudsCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CloudsCommandType
public enum CloudsCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.SpecialEffects.CloudsCommandType = function() { };
Leadtools.ImageProcessing.SpecialEffects.CloudsCommandType.prototype = {
Pure = 0x00000000, Difference = 0x00000001, Opacity = 0x00000002, };
public enum class CloudsCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000PureCreate a pure cloud texture.
0x00000001DifferenceApply the difference between the created cloud texture and the original image.
0x00000002OpacityCombine the cloud colors with colors of the original image by using Opacity value.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


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