Click or drag to resize

NativeMethodsphoto_Tonemap_setGamma Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus photo_Tonemap_setGamma(
	IntPtr obj,
	float gamma
)

Parameters

obj
Type: SystemIntPtr

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

gamma
Type: SystemSingle

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

Return Value

Type: ExceptionStatus

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

See Also