Click or drag to resize
ColorData Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean)
Initializes a new instance of the ColorData class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ColorData(
	int redMax,
	int redMin,
	int blueMax,
	int blueMin,
	int greenMax,
	int greenMin,
	int threshold,
	bool dilation,
	bool erosion
)

Parameters

redMax
Type: SystemInt32
redMin
Type: SystemInt32
blueMax
Type: SystemInt32
blueMin
Type: SystemInt32
greenMax
Type: SystemInt32
greenMin
Type: SystemInt32
threshold
Type: SystemInt32
dilation
Type: SystemBoolean
erosion
Type: SystemBoolean
See Also