ColorScheme class

ColorScheme class

Stores theme-defined colors.

The ColorScheme type exposes the following members:

Properties

PropertyDescription
dark1First dark color in the scheme.
Read-only IColorFormat.
light1First light color in the scheme.
Read-only IColorFormat.
dark2Second dark color in the scheme.
Read-only IColorFormat.
light2Second light color in the scheme.
Read-only IColorFormat.
accent1First accent color in the scheme.
Read-only IColorFormat.
accent2Second accent color in the scheme.
Read-only IColorFormat.
accent3Third accent color in the scheme.
Read-only IColorFormat.
accent4Fourth accent color in the scheme.
Read-only IColorFormat.
accent5Fifth accent color in the scheme.
Read-only IColorFormat.
accent6Sixth accent color in the scheme.
Read-only IColorFormat.
hyperlinkColor for the hyperlinks.
Read-only IColorFormat.
followed_hyperlinkColor for the visited hyperlinks.
Read-only IColorFormat.
slideReturns the parent slide.
Read-only IBaseSlide.
presentationReturns the parent presentation.
Read-only IPresentation.

See Also