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
public static ExceptionStatus photo_colorChange( IntPtr src, IntPtr mask, IntPtr dst, float red_mul, float green_mul, float blue_mul )
Public Shared Function photo_colorChange ( src As IntPtr, mask As IntPtr, dst As IntPtr, red_mul As Single, green_mul As Single, blue_mul As Single ) As ExceptionStatus
public: static ExceptionStatus photo_colorChange( IntPtr src, IntPtr mask, IntPtr dst, float red_mul, float green_mul, float blue_mul )
static member photo_colorChange : src : IntPtr * mask : IntPtr * dst : IntPtr * red_mul : float32 * green_mul : float32 * blue_mul : float32 -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]
[Missing <param name="red_mul"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]
[Missing <param name="green_mul"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]
[Missing <param name="blue_mul"/> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.photo_colorChange(System.IntPtr,System.IntPtr,System.IntPtr,System.Single,System.Single,System.Single)"]