Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

ColorSpace Property








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)
            
 <br/>get_ColorSpace();<br/>set_ColorSpace(value);<br/>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

Error processing SSI file