Method

GlyFrameget_color_cicp

since: 2.0

Declaration [src]

GlyCicp*
gly_frame_get_color_cicp (
  GlyFrame* frame
)

Description [src]

Returns the CICP (coding-independent code point) for the frames texture. This value is NULL if no CICP is used.

Available since: 2.0

Return value

Type: GlyCicp

CICP.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.