python-pptx
python-pptx copied to clipboard
feature: FillFormat.transparency
example usage:
shape = slide.add_shape(...)
fill = shape.fill
fill.solid()
fill.fore_color.rgb = RGBColor(...)
fill.transparency = 0.5