ColorScheme

ColorScheme class

Stores theme-defined colors.

public class ColorScheme : IColorScheme

Properties

NameDescription
Accent1 { get; }First accent color in the scheme. Read-only IColorFormat.
Accent2 { get; }Second accent color in the scheme. Read-only IColorFormat.
Accent3 { get; }Third accent color in the scheme. Read-only IColorFormat.
Accent4 { get; }Fourth accent color in the scheme. Read-only IColorFormat.
Accent5 { get; }Fifth accent color in the scheme. Read-only IColorFormat.
Accent6 { get; }Sixth accent color in the scheme. Read-only IColorFormat.
Dark1 { get; }First dark color in the scheme. Read-only IColorFormat.
Dark2 { get; }Second dark color in the scheme. Read-only IColorFormat.
FollowedHyperlink { get; }Color for the visited hyperlinks. Read-only IColorFormat.
Hyperlink { get; }Color for the hyperlinks. Read-only IColorFormat.
Item { get; }Gets the element at the specified index. Read-only IColorFormat.
Light1 { get; }First light color in the scheme. Read-only IColorFormat.
Light2 { get; }Second light color in the scheme. Read-only IColorFormat.
Presentation { get; }Returns the parent presentation. Read-only IPresentation.
Slide { get; }Returns the parent slide. Read-only IBaseSlide.

See Also