←Select platform

ColorType Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public UnsharpMaskCommandColorType ColorType { get; set; } 
@property (nonatomic, assign) LTUnsharpMaskCommandColorType colorType 
public UnsharpMaskCommandColorType getColorType() 
public void setColorType(UnsharpMaskCommandColorType value) 
             
 <br/>get_ColorType();<br/>set_ColorType(value);<br/>Object.defineProperty('ColorType');  

Property Value

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

Example

Refer to UnsharpMaskCommand.

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