[FlagsAttribute()]
public enum PlasmaCommandFlags
[FlagsAttribute()]
public enum class PlasmaCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class PlasmaCommandFlags(Enum):
Hue = 0
Hue = 0
Vertical, Horizontal = 1
Vertical, Diagonal = 2
Vertical, Cross = 3
Vertical, Circular = 4
Vertical, Random1 = 5
Vertical, Random2 = 6
Vertical, Rgb1 = 16
Vertical, Rgb2 = 32
Vertical, CustomColor = 48
Value | Member | Description |
---|---|---|
0x00000000 | Hue | Use the first predefined color pattern. |
0x00000000 | Vertical | Create vertical lines of plasma. |
0x00000001 | Horizontal | Create horizontal lines of plasma. |
0x00000002 | Diagonal | Create diagonal lines of plasma. |
0x00000003 | Cross | Create crossed lines of plasma. |
0x00000004 | Circular | Create circles of plasma. |
0x00000005 | Random1 | Create randomly shaped plasma. |
0x00000006 | Random2 | Create a different type of randomly shaped plasma. |
0x00000010 | Rgb1 | Use the second predefined color pattern. |
0x00000020 | Rgb2 | Use the third predefined color pattern. |
0x00000030 | CustomColor | Use the frequency properties (RedFrequency, GreenFrequency, BlueFrequency) of the PlasmaCommand class to generate user-defined plasma colors. |
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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document