LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

CountLookupTableColorsType Enumeration

Show in webframe







Flag that indicates whether the LookupTable contains signed or unsigned data.
Syntax
public enum CountLookupTableColorsType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CountLookupTableColorsType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CountLookupTableColorsType
public enum CountLookupTableColorsType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTCountLookupTableColorsType
public enum CountLookupTableColorsType
Leadtools.ImageProcessing.Core.CountLookupTableColorsType = function() { };
Leadtools.ImageProcessing.Core.CountLookupTableColorsType.prototype = {
Unsigned = 0x00000001, Signed = 0x00000002, };
public enum class CountLookupTableColorsType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001UnsignedThe LookupTable contains signed data.
0x00000002SignedThe LookupTable contains unsigned data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.CountLookupTableColorsType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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