←Select platform

CountLookupTableColorsType Enumeration

Summary
Flag that indicates whether the LookupTable contains signed or unsigned data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CountLookupTableColorsType   
typedef NS_ENUM(NSInteger, LTCountLookupTableColorsType) { 
 LTCountLookupTableColorsTypeUnsigned = 0x0001,  
 LTCountLookupTableColorsTypeSigned = 0x0002 
}; 
public final class CountLookupTableColorsType 
    extends java.lang.Enum<CountLookupTableColorsType> 
public enum class CountLookupTableColorsType   
class CountLookupTableColorsType(Enum): 
   Unsigned = 1 
   Signed = 2 
Members
ValueMemberDescription
1Unsigned The LookupTable contains signed data.
2Signed The LookupTable contains unsigned data.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.