LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorSpace Property
See Also 



Gets or sets the color space on which the threshold is based. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property ColorSpace As ColorThresholdCommandType
Visual Basic (Usage)Copy Code
Dim instance As ColorThresholdCommand
Dim value As ColorThresholdCommandType
 
instance.ColorSpace = value
 
value = instance.ColorSpace
C# 
public ColorThresholdCommandType ColorSpace {get; set;}
C++/CLI 
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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also