GlimmerLabs / gigls

The Glimmer Improved Gimp Library for Scripting
2 stars 2 forks source link

rgb procedures need implementation in C #5

Closed rebelsky closed 11 years ago

rebelsky commented 11 years ago

The basic rgb procedures _rgb-new, _rgb-red, _rgb-blue, and _rgb-green need to be written in C. (We also need to figure out whether they should go on the client side, in LoudGimp, or on the server side, in gimp-dbus. The advantage of putting them in gimp-dbus is that the call handler can then deal with different types of colors.)

rebelsky commented 11 years ago

I've rewritten them in C (as irgb_new, irgb_red, irgb_green, and irgb_blue). I've also added irgba_new and irgb_alpha, to support the alpha channel. (These may not have been pushed back to the main repo yet, but they'll be there soon.)