ExtraColorScheme Class

Represents an additional color scheme which can be assigned to a slide.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ThemeExtraColorScheme

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ExtraColorScheme : IExtraColorScheme

The ExtraColorScheme type exposes the following members.

Properties
  NameDescription
Public propertyColorScheme
Returns a color scheme. Read-only IColorScheme.
Public propertyName
Returns a name of this scheme. Read-only String.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also