IColorSchemeEffectiveData

IColorSchemeEffectiveData class

Immutable object which contains effective color scheme properties.

The IColorSchemeEffectiveData type exposes the following members:

Properties

NameDescription
dark1First dark color in the scheme.
Read-only aspose.pydrawing.Color.
light1First light color in the scheme.
Read-only aspose.pydrawing.Color.
dark2Second dark color in the scheme.
Read-only aspose.pydrawing.Color.
light2Second light color in the scheme.
Read-only aspose.pydrawing.Color.
accent1First accent color in the scheme.
Read-only aspose.pydrawing.Color.
accent2Second accent color in the scheme.
Read-only aspose.pydrawing.Color.
accent3Third accent color in the scheme.
Read-only aspose.pydrawing.Color.
accent4Fourth accent color in the scheme.
Read-only aspose.pydrawing.Color.
accent5Fifth accent color in the scheme.
Read-only aspose.pydrawing.Color.
accent6Sixth accent color in the scheme.
Read-only aspose.pydrawing.Color.
hyperlinkColor for the hyperlinks.
Read-only aspose.pydrawing.Color.
followed_hyperlinkColor for the visited hyperlinks.
Read-only aspose.pydrawing.Color.

See Also