Method

GlyFrameget_color_icc_profile

unstable since: 2.2

Declaration [src]

GBytes*
gly_frame_get_color_icc_profile (
  GlyFrame* frame
)

Description [src]

Returns the ICC profile for the frames texture. This value is NULL if no CICP is used.

Available since: 2.2

Return value

Type: GBytes

Binary ICC profile.

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