LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

UnsharpMaskCommandColorType Enumeration

Show in webframe







Enumeration that indicates the color space in which to apply the mask.
Syntax
public enum UnsharpMaskCommandColorType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum UnsharpMaskCommandColorType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As UnsharpMaskCommandColorType
public enum UnsharpMaskCommandColorType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTUnsharpMaskCommandColorType
public enum UnsharpMaskCommandColorType
Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType = function() { };
Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType.prototype = {
None = 0x00000000, Rgb = 0x00000001, Yuv = 0x00000002, };
public enum class UnsharpMaskCommandColorType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneReserved.
0x00000001RgbApply the mask in the RGB color space.
0x00000002YuvApply the mask in the YUV color space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.UnsharpMaskCommandColorType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


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