Click or drag to resize

NativeMethodsphoto_colorChange Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void photo_colorChange(
	IntPtr src,
	IntPtr mask,
	IntPtr dst,
	float red_mul,
	float green_mul,
	float blue_mul
)

Parameters

src
Type: SystemIntPtr
mask
Type: SystemIntPtr
dst
Type: SystemIntPtr
red_mul
Type: SystemSingle
green_mul
Type: SystemSingle
blue_mul
Type: SystemSingle
See Also