Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
GrayScaleToMultitoneCommandDistributionType Enumeration
See Also  




Flag that indicates the source of the colors to be added to the image.

Syntax

Visual Basic (Declaration) 
Public Enum GrayScaleToMultitoneCommandDistributionType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleToMultitoneCommandDistributionType
C# 
public enum GrayScaleToMultitoneCommandDistributionType : Enum 
Managed Extensions for C++ 
__value public enum GrayScaleToMultitoneCommandDistributionType : public Enum 
C++/CLI 
public enum class GrayScaleToMultitoneCommandDistributionType : public Enum 

Members

MemberDescription
Linear Use 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.
UserDefined Use the user-defined gradient in the Gradient property.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also