IOverrideThemeInitColorSchemeFrom Method

Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.

Namespace:  Aspose.Slides.Theme
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
void InitColorSchemeFrom(
	IColorScheme colorScheme
)

Parameters

colorScheme
Type: Aspose.Slides.ThemeIColorScheme
Data to initialize from.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the ColorScheme is already initialized (not null).
ArgumentNullExceptionThrown if the colorScheme parameter is null.
See Also