Function
GdkColorStateget_rec2100_pq
since: 4.16
Declaration [src]
GdkColorState*
gdk_color_state_get_rec2100_pq (
void
)
Description [src]
Returns the color state object representing the rec2100-pq color space.
This color state uses the primaries defined by BT.2020-2 and BT.2100-0 and the transfer function defined by SMPTE ST 2084 and BT.2100-2.
It is equivalent to the Cicp tuple 9/16/0/1.
See e.g. the CSS HDR Module for details about this colorstate.
Available since: 4.16
Return value
Type: GdkColorState
The color state object for rec2100-pq.
The caller of the function takes ownership of the data, and is responsible for freeing it. |