LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GrayScaleToMultitoneCommandDistributionType Enumeration

Show in webframe







Flag that indicates the source of the colors to be added to the image.
Syntax
public enum GrayScaleToMultitoneCommandDistributionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum GrayScaleToMultitoneCommandDistributionType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
public enum GrayScaleToMultitoneCommandDistributionType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTGrayScaleToMultitoneCommandDistributionType
public enum GrayScaleToMultitoneCommandDistributionType
Leadtools.ImageProcessing.Color.GrayScaleToMultitoneCommandDistributionType = function() { };
Leadtools.ImageProcessing.Color.GrayScaleToMultitoneCommandDistributionType.prototype = {
Linear = 0x00000000, UserDefined = 0x00000001, };
public enum class GrayScaleToMultitoneCommandDistributionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000LinearUse 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.
0x00000001UserDefinedUse the user-defined gradient in the Gradient property.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


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