Share via


ExtraColors.Add Method

PowerPoint Developer Reference

Adds a color to the extra colors available to a presentation, if the color hasn't already been added.

Syntax

expression.Add(Type)

expression   A variable that represents an ExtraColors object.

Parameters

Name Required/Optional Data Type Description
Type Required MsoRGBType The red-green-blue (RGB) value of the color to be added.

See Also