ImageMagick.QuantizeSettings.NativeMethods.X86.QuantizeSettings_SetColors C# (CSharp) Method

QuantizeSettings_SetColors() private method

private QuantizeSettings_SetColors ( IntPtr Instance, UIntPtr value ) : void
Instance System.IntPtr
value System.UIntPtr
return void
        public static extern void QuantizeSettings_SetColors(IntPtr Instance, UIntPtr value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]