Click or drag to resize

ColorData(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean) Constructor

Initializes a new instance of the ColorData class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
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
 
See Also