IColorScheme class

IColorScheme class

Stores theme-defined colors.

The IColorScheme 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.
slide
presentation

See Also