IColorScheme Interface

Stores theme-defined colors.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IColorScheme : ISlideComponent, 
	IPresentationComponent

The IColorScheme type exposes the following members.

Properties
  NameDescription
Public propertyAccent1
First accent color in the scheme. Read-only IColorFormat.
Public propertyAccent2
Second accent color in the scheme. Read-only IColorFormat.
Public propertyAccent3
Third accent color in the scheme. Read-only IColorFormat.
Public propertyAccent4
Fourth accent color in the scheme. Read-only IColorFormat.
Public propertyAccent5
Fifth accent color in the scheme. Read-only IColorFormat.
Public propertyAccent6
Sixth accent color in the scheme. Read-only IColorFormat.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Returns ISlideComponent interface. Read-only ISlideComponent.
Public propertyDark1
First dark color in the scheme. Read-only IColorFormat.
Public propertyDark2
Second dark color in the scheme. Read-only IColorFormat.
Public propertyFollowedHyperlink
Color for the visited hyperlinks. Read-only IColorFormat.
Public propertyHyperlink
Color for the hyperlinks. Read-only IColorFormat.
Public propertyItem
Gets the element at the specified index. Read-only IColorFormat.
Public propertyLight1
First light color in the scheme. Read-only IColorFormat.
Public propertyLight2
Second light color in the scheme. Read-only IColorFormat.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
See Also