IColorScheme
Contents
[
Hide
]IColorScheme interface
Stores theme-defined colors.
public interface IColorScheme : ISlideComponent
Properties
Name | Description |
---|---|
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 . |
AsISlideComponent { get; } | Returns ISlideComponent interface. Read-only ISlideComponent . |
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 . |
See Also
- interface ISlideComponent
- namespace Aspose.Slides.Theme
- assembly Aspose.Slides