Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
Top