LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

ColoredBallsCommandFlags Enumeration






Flags that indicate the background color , shade (or gradient) type, ball type and ball color type.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

.NET support WinRT support
Syntax
[FlagsAttribute()]
public enum ColoredBallsCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ColoredBallsCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColoredBallsCommandFlags
[FlagsAttribute()]
public enum ColoredBallsCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class ColoredBallsCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BackGroundColorThe background is the color specified in the ColoredBallsCommand.BackGroundColor property.
BackGroundImageThe background is the same as the image.
BallBalls will adjust like bubbles.
BallsColorMaskThe ball colors will block the image colors.
BallsColorOpacityUse the opacity value when combining image colors with ball colors.
NoneNo flags.
ShadingCircularDraw shading as concentric circles.
ShadingEllipticalDraw shading as concentric ellipses.
ShadingLeftRightDraw shading as vertical lines that move from left to right.
ShadingSingleFill the background with the color specified in the ColoredBallsCommand.BackGroundColor property only.
ShadingTopBottomDraw shading as horizontal lines that move from top to bottom.
StickerBalls will overlap like stickers.
Remarks
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.ColoredBallsCommandFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.