ColorCMYK Object Members
Publisher Developer Reference |
Represents a cyan-magenta-yellow-black (CMYK) color value.
Methods
Name | Description | |
---|---|---|
SetCMYK | Sets a cyan-magenta-yellow-black (CMYK) color value. |
Properties
Name | Description | |
---|---|---|
Application | Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application. | |
Black | Sets or returns a Long that represents the black component of a CMYK color. Value can be any number between 0 and 255. Read/write. | |
Cyan | Sets or returns a Long that represents the cyan component of a CMYK color. Value can be any number between 0 and 255. Read/write. | |
Magenta | Sets or returns a Long that represents the magenta component of a CMYK color. Value can be any number between 0 and 255. Read/write. | |
Parent | Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only. | |
Yellow | Sets or returns a Long that represents the yellow component of a CMYK color. Value can be any number between 0 and 255. Read/write. |