Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
OutlineItemColorHandle Class Reference

Representing the components in the DeviceRGB colour space of the colour that shall be used for the outline entry's text. More...

Inheritance diagram for OutlineItemColorHandle:
IUnknownHandle
error_type OutlineItemColor_GetRed (OutlineItemColorHandle *handle, IntegerObjectHandle **result)
 Get red component of defined RGB color.
 
error_type OutlineItemColor_GetGreen (OutlineItemColorHandle *handle, IntegerObjectHandle **result)
 Get green component of defined RGB color.
 
error_type OutlineItemColor_GetBlue (OutlineItemColorHandle *handle, IntegerObjectHandle **result)
 Get blue component of defined RGB color.
 
error_type OutlineItemColor_Release (OutlineItemColorHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Representing the components in the DeviceRGB colour space of the colour that shall be used for the outline entry's text.

Friends And Related Function Documentation

◆ OutlineItemColor_Release()

error_type OutlineItemColor_Release ( OutlineItemColorHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: