←Select platform

ColorType Property

Summary

Gets or sets a value that indicates the color space in which to apply the mask.

Syntax
C#
VB
Objective-C
C++
Java
public UnsharpMaskCommandColorType ColorType { get; set; } 
Public Property ColorType As UnsharpMaskCommandColorType 
@property (nonatomic, assign) LTUnsharpMaskCommandColorType colorType 
public UnsharpMaskCommandColorType getColorType() 
public void setColorType(UnsharpMaskCommandColorType value) 
public: 
property UnsharpMaskCommandColorType ColorType { 
   UnsharpMaskCommandColorType get(); 
   void set (    UnsharpMaskCommandColorType ); 
} 

Property Value

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

Example

Refer to UnsharpMaskCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly