NativeMethodsphoto_colorChange Method |
Namespace: OpenCvSharp
[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 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub photo_colorChange ( src As IntPtr, mask As IntPtr, dst As IntPtr, red_mul As Single, green_mul As Single, blue_mul As Single )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void photo_colorChange( IntPtr src, IntPtr mask, IntPtr dst, float red_mul, float green_mul, float blue_mul )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member photo_colorChange : src : IntPtr * mask : IntPtr * dst : IntPtr * red_mul : float32 * green_mul : float32 * blue_mul : float32 -> unit
OpenCvSharp.NativeMethods.photo_colorChange = function(src, mask, dst, red_mul, green_mul, blue_mul);