←Select platform

UnsharpMaskCommandColorType Enumeration

Summary

Enumeration that indicates the color space in which to apply the mask.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum UnsharpMaskCommandColorType   
Public Enum UnsharpMaskCommandColorType  
    
    
public enum UnsharpMaskCommandColorType    
typedef NS_ENUM(NSInteger, LTUnsharpMaskCommandColorType) 
public enum UnsharpMaskCommandColorType 
Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType = function() { }; 
Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType.prototype = {<br/> 
  None = 0, 
    Rgb = 1, 
    Yuv = 2, 
     
 }; 
public enum class UnsharpMaskCommandColorType   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly