API Reference
Enum
PowerPointPaletteStyle
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.
Returned or exposed by
- Property PowerPointDeckDesignSummary.PaletteStyle
- Property PowerPointDesignBrief.PaletteStyle
- Property PowerPointDesignTheme.PaletteStyle
- Field PowerPointPaletteStyle.Analogous
- Field PowerPointPaletteStyle.Auto
- Field PowerPointPaletteStyle.Complementary
- Field PowerPointPaletteStyle.CoolNeutral
- Field PowerPointPaletteStyle.Monochrome
- Field PowerPointPaletteStyle.SplitComplementary
- Field PowerPointPaletteStyle.WarmNeutral
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const PowerPointPaletteStyle Auto #Choose a deterministic supporting palette from the design seed.
Value:
0public const PowerPointPaletteStyle Analogous #Use nearby hues for a calm brand-led palette.
Value:
1public const PowerPointPaletteStyle Complementary #Use a contrasting hue for stronger visual separation.
Value:
2public const PowerPointPaletteStyle SplitComplementary #Use two contrasting hues around the brand accent complement.
Value:
3public const PowerPointPaletteStyle Monochrome #Use mostly tints and shades of the brand accent.
Value:
4public const PowerPointPaletteStyle WarmNeutral #Pair the brand accent with warmer neutral surfaces and markers.
Value:
5public const PowerPointPaletteStyle CoolNeutral #Pair the brand accent with cooler neutral surfaces and markers.
Value:
6