←Select platform

CloudsCommandType Enumeration

Summary

This enumeration contains all the flags that are needed by the CloudsCommand and specifies how to apply the clouds effect to an image.

Syntax

C#
VB
WinRT C#
C++
public enum CloudsCommandType 
  
Public Enum CloudsCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum CloudsCommandType : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0PureCreate a pure cloud texture.
1DifferenceApply the difference between the created cloud texture and the original image.
2OpacityCombine the cloud colors with the colors of the original image by using the Opacity value.
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