It's possible to add an opacity control to gtk.ColorSelection - setHasOpacityControl().

This works in that it is displayed in the dialog, but when you get the RGBA value back it does not have a value consistent with what you set.

If you try to get it explicitly by using getCurrentAlpha(), that does not reflect what you set either.