Click or drag to resize
OzGrayscale Constructor
Initializes a new instance of the OzGrayscale class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public OzGrayscale(
	double cr = 0,2125,
	double cg = 0,7154,
	double cb = 0,0721
)

Parameters

cr (Optional)
Type: SystemDouble
cg (Optional)
Type: SystemDouble
cb (Optional)
Type: SystemDouble
See Also