MCPcopy Create free account
hub / github.com/scanny/python-pptx / color

Method color

src/pptx/text/text.py:306–310  ·  view source on GitHub ↗

The |ColorFormat| instance that provides access to the color settings for this font.

(self)

Source from the content-addressed store, hash-verified

304
305 @lazyproperty
306 def color(self) -> ColorFormat:
307 """The |ColorFormat| instance that provides access to the color settings for this font."""
308 if self.fill.type != MSO_FILL.SOLID:
309 self.fill.solid()
310 return self.fill.fore_color
311
312 @lazyproperty
313 def fill(self) -> FillFormat:

Callers

nothing calls this directly

Calls 1

solidMethod · 0.80

Tested by

no test coverage detected