←Select platform

CountLookupTableColorsType Enumeration

Summary

Flag that indicates whether the LookupTable contains signed or unsigned data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CountLookupTableColorsType   
Public Enum CountLookupTableColorsType  
    
    
public enum CountLookupTableColorsType    
typedef NS_ENUM(NSInteger, LTCountLookupTableColorsType) 
public enum CountLookupTableColorsType 
Leadtools.ImageProcessing.Core.CountLookupTableColorsType = function() { }; 
Leadtools.ImageProcessing.Core.CountLookupTableColorsType.prototype = {<br/> 
  Unsigned = 1, 
    Signed = 2, 
     
 }; 
public enum class CountLookupTableColorsType   

Members

ValueMemberDescription
1Unsigned The LookupTable contains signed data.
2Signed The LookupTable contains unsigned data.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly