| ColorData Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean) | 
Initializes a new instance of the 
ColorData class
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic 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
)
new : 
        redMax : int * 
        redMin : int * 
        blueMax : int * 
        blueMin : int * 
        greenMax : int * 
        greenMin : int * 
        threshold : int * 
        dilation : bool * 
        erosion : bool -> ColorDataParameters
- 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