LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

ColorSpace Property






Gets or sets the color space on which the threshold is based. .NET support WinRT support Silverlight support
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;}
 get_ColorSpace();
set_ColorSpace(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorThresholdCommand Class
ColorThresholdCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.