ColorScheme Interface

Represents a color scheme, which is a set of eight colors used for the different elements of a slide, notes page, or handout, such as the title or background. (Note that the color schemes for slides, notes pages, and handouts in a presentation can be set independently.)

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("9149346F-5A91-11CF-8700-00AA0060263B")> _
Public Interface ColorScheme _
    Inherits Collection
'Usage
Dim instance As ColorScheme
[GuidAttribute("9149346F-5A91-11CF-8700-00AA0060263B")]
public interface ColorScheme : Collection

Remarks

Each color is represented by an RGBColor object. The ColorScheme object is a member of the ColorSchemes collection. The ColorSchemes collection contains all the color schemes in a presentation.

See Also

Reference

ColorScheme Members

Microsoft.Office.Interop.PowerPoint Namespace