LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorSpace Property

Show in webframe







Gets or sets the color space on which the threshold is based.
Syntax
public ColorThresholdCommandType ColorSpace {get; set;}
'Declaration
 
Public Property ColorSpace As ColorThresholdCommandType
'Usage
 
Dim instance As ColorThresholdCommand
Dim value As ColorThresholdCommandType
 
instance.ColorSpace = value
 
value = instance.ColorSpace
public ColorThresholdCommandType ColorSpace {get; set;}
@property (nonatomic, assign) LTColorThresholdCommandType colorSpace;
public ColorThresholdCommandType getColorSpace()
public void setColorSpace(ColorThresholdCommandType value)
            
 
get_ColorSpace();
set_ColorSpace(value);
Object.defineProperty('ColorSpace');
public:
property ColorThresholdCommandType ColorSpace {
   ColorThresholdCommandType get();
   void set (    ColorThresholdCommandType value);
}

Property Value

Value that represents the color space on which the threshold is based.
Example
Refer to ColorThresholdCommand()
Requirements

Target Platforms

See Also

Reference

ColorThresholdCommand Class
ColorThresholdCommand Members

 

 


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