ColorFormat Properties (PowerPoint)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

Brightness

Returns or sets the brightness of the specified picture or OLE object. The value for this property must be a number from 0.0 (dimmest) to 1.0 (brightest). Read/write Single.

Creator

Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only.

ObjectThemeColor

Returns or sets the theme color of the specified ColorFormat object. Read/Write.

Parent

Returns the parent object for the specified object.

RGB

Returns or sets the red-green-blue (RGB) value of the specified color. Read/write.

SchemeColor

Returns or sets the color in the applied color scheme that's associated with the specified object. Read/write.

TintAndShade

Sets or returns the lightening or darkening of the the color of a specified shape. Read/write.

Type

Represents the type of color. Read-only.