ColorFormat Members

Include Protected Members
Include Inherited Members

Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color. You can set colors to an explicit red-green-blue value (by using the RGB property) or to a color in the color scheme (by using the SchemeColor property).

The ColorFormat type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property 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.
Public property Creator Returns a 64-bit signed integer 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.
Public property ObjectThemeColor Returns or sets the theme color of the specified ColorFormat object. Read/Write.
Public property Parent Returns the parent object for the specified object.
Public property RGB Returns or sets the red-green-blue (RGB) value of the specified color. Read/write.
Public property SchemeColor Returns or sets the color in the applied color scheme that's associated with the specified object. Read/write.
Public property TintAndShade Sets or returns the lightening or darkening of the the color of a specified shape. Read/write.
Public property Type Represents the type of color. Read-only.

Top

See Also

Reference

ColorFormat Interface

Microsoft.Office.Interop.PowerPoint Namespace