color_state_get_srgb_linear


Description:


[ Version ( replacement = "ColorState.get_srgb_linear" , since = "4.16" ) ]
public ColorState color_state_get_srgb_linear ()

Returns the color state object representing the linearized sRGB color space.

This color state uses the primaries defined by BT.709-6 and a linear transfer function.

It is equivalent to the [Cicp](class.CicpParams.html) tuple 1/8/0/1.

See e.g. [the CSS Color Module](https://www.w3.org/TR/css-color-4/predefined-sRGB-linear) for details about this colorstate.

Returns:

the color state object for linearized sRGB


Namespace: Gdk
Package: gtk4