gdkPixbufAddAlpha(object, substitute.color, r, g, b)
object
GdkPixbuf
.substitute.color
FALSE
, then the (r
, g
, b
) arguments will be ignored.r
g
b
GdkPixbuf
] A newly-created pixbuf with a reference count of 1.substitute.color
is TRUE
, then the color specified by (r
, g
, b
) will be
assigned zero opacity. That is, if you pass (255, 255, 255) for the
substitute color, all white pixels will become fully transparent.