API Reference

Enum

PowerPointPaletteStyle

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supporting palette strategy used to move generated alternatives away from a single house style.

Inheritance

  • Enum
  • PowerPointPaletteStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PowerPointPaletteStyle Auto #

Choose a deterministic supporting palette from the design seed.

Value: 0
public const PowerPointPaletteStyle Analogous #

Use nearby hues for a calm brand-led palette.

Value: 1
public const PowerPointPaletteStyle Complementary #

Use a contrasting hue for stronger visual separation.

Value: 2
public const PowerPointPaletteStyle SplitComplementary #

Use two contrasting hues around the brand accent complement.

Value: 3
public const PowerPointPaletteStyle Monochrome #

Use mostly tints and shades of the brand accent.

Value: 4
public const PowerPointPaletteStyle WarmNeutral #

Pair the brand accent with warmer neutral surfaces and markers.

Value: 5
public const PowerPointPaletteStyle CoolNeutral #

Pair the brand accent with cooler neutral surfaces and markers.

Value: 6