graphics - alpha blending in gtk -
How can you draw semi-transparent for a drawing in GTK?
Its 2010, and how can I put Google alpha values in a color for me, what am I missing? Use gtk.gdk.Drawable.cairo_create ()
and
gtk.gdk.CairoContext
. See . Cairo is a generic vector 2D library used in many versions of GTK +; GDK drawing primitives have been deprecated in their favor (though not the entire GDK).
Comments
Post a Comment