←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#
C++/CLI
Python
public enum CloudsCommandType 
public enum class CloudsCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class CloudsCommandType(Enum): 
   Pure = 0 
   Difference = 1 
   Opacity = 2 
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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.