![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Representing the components in the DeviceRGB colour space of the colour that shall be used for the outline entry's text. More...
| error_type CALLING_CONVENTION | OutlineItemColor_GetRed (OutlineItemColorHandle *handle, IntegerObjectHandle **result) |
| Get red component of defined RGB color. | |
| error_type CALLING_CONVENTION | OutlineItemColor_GetGreen (OutlineItemColorHandle *handle, IntegerObjectHandle **result) |
| Get green component of defined RGB color. | |
| error_type CALLING_CONVENTION | OutlineItemColor_GetBlue (OutlineItemColorHandle *handle, IntegerObjectHandle **result) |
| Get blue component of defined RGB color. | |
| error_type CALLING_CONVENTION | OutlineItemColor_Release (OutlineItemColorHandle *handle) |
| Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
| Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
| error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
| Decrement the internal reference counter. | |
Representing the components in the DeviceRGB colour space of the colour that shall be used for the outline entry's text.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.