| Leadtools.ImageProcessing.SpecialEffects Namespace : ColoredBallsCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.


[FlagsAttribute()] public enum ColoredBallsCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ColoredBallsCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ColoredBallsCommandFlags
[FlagsAttribute()] public enum ColoredBallsCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.prototype = {
None = 0x00000000,
ShadingSingle = 0x00000001,
ShadingLeftRight = 0x00000002,
ShadingTopBottom = 0x00000003,
ShadingCircular = 0x00000004,
ShadingElliptical = 0x00000005,
Sticker = 0x00000010,
Ball = 0x00000020,
BackGroundImage = 0x00000100,
BackGroundColor = 0x00000200,
BallsColorMask = 0x00001000,
BallsColorOpacity = 0x00002000,
};
[FlagsAttribute()] public enum class ColoredBallsCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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. ![]() ![]() |
| Group | Flags |
| Shading type | ShadingSingle, ShadingLeftRight, ShadingTopBottom, ShadingCircular, ShadingElliptical |
| Ball type | Sticker, Ball |
| Background type | BackGroundImage, BackGroundColor |
| Ball color type | BallsColorMask, BallsColorOpacity |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags