←Select platform

ColorSpace Property

Summary

Gets or sets the color space on which the threshold is based.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

Value that represents the color space on which the threshold is based.

Example

Refer to ColorThresholdCommand()

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly