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



Flag that indicates the number of colors to add to the grayscale image. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
DuotoneAdd two colors.
MonotoneAdd one color.
QuadtoneAdd four colors.
TritoneAdd three colors.

Inheritance Hierarchy

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

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