| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="UnsharpMaskCommandColorType")> Public Enum UnsharpMaskCommandColorType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="UnsharpMaskCommandColorType")] public enum UnsharpMaskCommandColorType : Enum | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="UnsharpMaskCommandColorType")] public enum class UnsharpMaskCommandColorType : public Enum | |
| Member | Description |
|---|---|
| None | Reserved. |
| Rgb | Apply the mask in the RGB color space. |
| Yuv | Apply the mask in the YUV color space. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.UnsharpMaskCommandColorType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code