[Gtk-sharp-list] Setting pixels colors of a Pixbuf
Miguel de Icaza
miguel@ximian.com
08 Mar 2003 14:26:54 -0500
Hello,
> > Yes, we should fix this. But I do not know whether to change the return
> > value to "byte *" or "byte []". My guess is that we should use the
> > former.
> >
> > But I want to get confirmation from Mike.
>
> Sorry, but I've lost the context on this one. Which method are we
> talking about?
Gdk.Pixbuf.Pixels.
I am afraid that using byte [] might make a copy of the data, so we
should probably use byte * as the return value.
Miguel