LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GrayScaleToMultitoneCommandDistributionType Enumeration
See Also  



Flag that indicates the source of the colors to be added to the image. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum GrayScaleToMultitoneCommandDistributionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleToMultitoneCommandDistributionType
C# 
public enum GrayScaleToMultitoneCommandDistributionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class GrayScaleToMultitoneCommandDistributionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LinearUse the linear gradient from dark to light, generated by the toolkit. If this flag is set, LEADTOOLS will ignore the Gradient property and use an array of colors generated by the toolkit.
UserDefinedUse the user-defined gradient in the Gradient property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.GrayScaleToMultitoneCommandDistributionType

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also