Ozeki VoIP SDK Class library
ColorData Constructor (redMax, redMin, blueMax, blueMin, greenMax, greenMin, threshold, dilation, erosion)
NamespacesOzeki.Media.LaserDistanceColorDataColorData(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean)
Initializes a new instance of the ColorData class
Declaration Syntax
C#Visual BasicVisual C++
public ColorData(
	int redMax,
	int redMin,
	int blueMax,
	int blueMin,
	int greenMax,
	int greenMin,
	int threshold,
	bool dilation,
	bool erosion
)
Public Sub New ( 
	redMax As Integer,
	redMin As Integer,
	blueMax As Integer,
	blueMin As Integer,
	greenMax As Integer,
	greenMin As Integer,
	threshold As Integer,
	dilation As Boolean,
	erosion As Boolean
)
public:
ColorData(
	int redMax, 
	int redMin, 
	int blueMax, 
	int blueMin, 
	int greenMax, 
	int greenMin, 
	int threshold, 
	bool dilation, 
	bool erosion
)
Parameters
redMax (Int32)
redMin (Int32)
blueMax (Int32)
blueMin (Int32)
greenMax (Int32)
greenMin (Int32)
threshold (Int32)
dilation (Boolean)
erosion (Boolean)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290