Click or drag to resize

NativeMethodsxphoto_applyChannelGains Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.xphoto_applyChannelGains(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 xphoto_applyChannelGains(
	IntPtr src,
	IntPtr dst,
	float gainB,
	float gainG,
	float gainR
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

gainB
Type: SystemSingle

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

gainG
Type: SystemSingle

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

gainR
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also