←Select platform

ColorSpace Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public ColorThresholdCommandType ColorSpace { get; set; } 
Public Property ColorSpace As ColorThresholdCommandType 
@property (nonatomic, assign) LTColorThresholdCommandType colorSpace 
public ColorThresholdCommandType getColorSpace() 
public void setColorSpace(ColorThresholdCommandType value) 
public: 
property ColorThresholdCommandType ColorSpace { 
   ColorThresholdCommandType get(); 
   void set (    ColorThresholdCommandType ); 
} 

Property Value

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

Example

Refer to ColorThresholdCommand()

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly