LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

ColorType Property

Show in webframe







Gets or sets a value that indicates the color space in which to apply the mask.
Syntax
public UnsharpMaskCommandColorType ColorType {get; set;}
'Declaration
 
Public Property ColorType As UnsharpMaskCommandColorType
'Usage
 
Dim instance As UnsharpMaskCommand
Dim value As UnsharpMaskCommandColorType
 
instance.ColorType = value
 
value = instance.ColorType
public UnsharpMaskCommandColorType ColorType {get; set;}
@property (nonatomic, assign) LTUnsharpMaskCommandColorType colorType;
public UnsharpMaskCommandColorType getColorType()
public void setColorType(UnsharpMaskCommandColorType value)
            
 
get_ColorType();
set_ColorType(value);
Object.defineProperty('ColorType');
public:
property UnsharpMaskCommandColorType ColorType {
   UnsharpMaskCommandColorType get();
   void set (    UnsharpMaskCommandColorType value);
}

Property Value

Value that indicates the color space in which to apply the mask.
Example
Refer to UnsharpMaskCommand.
Requirements

Target Platforms

See Also

Reference

UnsharpMaskCommand Class
UnsharpMaskCommand Members

 

 


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