python-pptx
python-pptx copied to clipboard
Color is empty when set by the placeholder.
From the documentation
Another way a placeholder acts differently is that it inherits its position and size from its layout placeholder. This inheritance is overridden if the position and size of a placeholder are changed.
When slide text box is using placeholder that defines position and color position is fetched but color is always None. There is no easy way to get the color.