C#
VB
WinRT C#
C++
This enumeration contains all the flags that are needed by the CloudsCommand and specifies how to apply the clouds effect to an image.
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
Value | Member | Description |
---|---|---|
0 | Pure | Create a pure cloud texture. |
1 | Difference | Apply the difference between the created cloud texture and the original image. |
2 | Opacity | Combine the cloud colors with the colors of the original image by using the Opacity value. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET