Need description of Slide.GetSchemeColor api

Hello,

I'm trying to determine the color of text used in a TextHolder on a slide based on the design template chosen by the user. It looks like Slide.GetSchemeColor can be used for this, but the documentation doesn't describe what the "index" parameter is used for. Is there a collection of scheme color indexes with names somewhere?

Thanks

Mark

GetSchemeColor function can be used to get value of master color.
Paragraph.BulletColorIndex or Portion.FontColorIndex properties can be used as index.
But you don’t need it because Paragraph.BulletColor and Portion.FontColor properties do this work for you.