[FlagsAttribute()]
public enum ColoredBallsCommandFlags
[FlagsAttribute()]
public enum class ColoredBallsCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ColoredBallsCommandFlags(Enum):
None = 0
ShadingSingle = 1
ShadingLeftRight = 2
ShadingTopBottom = 3
ShadingCircular = 4
ShadingElliptical = 5
Sticker = 16
Ball = 32
BackGroundImage = 256
BackGroundColor = 512
BallsColorMask = 4096
BallsColorOpacity = 8192
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags. |
0x00000001 | ShadingSingle | Fill the background with the color specified in the ColoredBallsCommand.BackGroundColor property only. |
0x00000002 | ShadingLeftRight | Draw shading as vertical lines that move from left to right. |
0x00000003 | ShadingTopBottom | Draw shading as horizontal lines that move from top to bottom. |
0x00000004 | ShadingCircular | Draw shading as concentric circles. |
0x00000005 | ShadingElliptical | Draw shading as concentric ellipses. |
0x00000010 | Sticker | Balls will overlap like stickers. |
0x00000020 | Ball | Balls will adjust like bubbles. |
0x00000100 | BackGroundImage | The background is the same as the image. |
0x00000200 | BackGroundColor | The background is the color specified in the ColoredBallsCommand.BackGroundColor property. |
0x00001000 | BallsColorMask | The ball colors will block the image colors. |
0x00002000 | BallsColorOpacity | Use the opacity value when combining image colors with ball colors. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Shading type | ShadingSingle, ShadingLeftRight, ShadingTopBottom, ShadingCircular, ShadingElliptical |
Ball type | Sticker, Ball |
Background type | BackGroundImage, BackGroundColor |
Ball color type | BallsColorMask, BallsColorOpacity |
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