python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

feature: FillFormat.transparency

Open jonastr opened this issue 11 years ago • 5 comments

example usage:

shape = slide.add_shape(...)
fill = shape.fill
fill.solid()
fill.fore_color.rgb = RGBColor(...)
fill.transparency = 0.5

jonastr avatar Dec 09 '14 13:12 jonastr