←Select platform

UnsharpMaskCommandColorType Enumeration

Summary
Enumeration that indicates the color space in which to apply the mask.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum UnsharpMaskCommandColorType   
typedef NS_ENUM(NSInteger, LTUnsharpMaskCommandColorType) { 
 LTUnsharpMaskCommandColorTypeNone = 0x0000,  
 LTUnsharpMaskCommandColorTypeRgb = 0x0001,  
 LTUnsharpMaskCommandColorTypeYuv = 0x0002,  
}; 
public final class UnsharpMaskCommandColorType 
    extends java.lang.Enum<UnsharpMaskCommandColorType> 
public enum class UnsharpMaskCommandColorType   
class UnsharpMaskCommandColorType(Enum): 
   None = 0 
   Rgb = 1 
   Yuv = 2 
Members
ValueMemberDescription
0None Reserved.
1Rgb Apply the mask in the RGB color space.
2Yuv Apply the mask in the YUV color space.
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.Effects Assembly

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