LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GrayScaleToMultitoneCommandToneType Enumeration

Show in webframe







Flag that indicates the number of colors to add to the grayscale image.
Syntax
public enum GrayScaleToMultitoneCommandToneType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum GrayScaleToMultitoneCommandToneType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As GrayScaleToMultitoneCommandToneType
public enum GrayScaleToMultitoneCommandToneType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTGrayScaleToMultitoneCommandToneType
public enum GrayScaleToMultitoneCommandToneType
Leadtools.ImageProcessing.Color.GrayScaleToMultitoneCommandToneType = function() { };
Leadtools.ImageProcessing.Color.GrayScaleToMultitoneCommandToneType.prototype = {
Monotone = 0x00000000, Duotone = 0x00000001, Tritone = 0x00000002, Quadtone = 0x00000003, };
public enum class GrayScaleToMultitoneCommandToneType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000MonotoneAdd one color.
0x00000001DuotoneAdd two colors.
0x00000002TritoneAdd three colors.
0x00000003QuadtoneAdd four colors.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.