LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing 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 UnsharpMaskActivity
Dim value As UnsharpMaskCommandColorType
 
instance.ColorType = value
 
value = instance.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.
Requirements

Target Platforms

See Also

Reference

UnsharpMaskActivity Class
UnsharpMaskActivity Members

 

 


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