Click or drag to resize

NativeMethodsphoto_colorChange Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_colorChange(
	IntPtr src,
	IntPtr mask,
	IntPtr dst,
	float red_mul,
	float green_mul,
	float blue_mul
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

red_mul
Type: SystemSingle

[Missing <param name="red_mul"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

green_mul
Type: SystemSingle

[Missing <param name="green_mul"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

blue_mul
Type: SystemSingle

[Missing <param name="blue_mul"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]

See Also