Package org.gnome.gdk

Class CicpParams

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class CicpParams extends GObject
The GdkCicpParams struct contains the parameters that define a colorstate according to the ITU-T H.273 specification.

See the documentation of individual properties for supported values.

The 'unspecified' value (2) is not treated in any special way, and must be replaced by a different value before creating a color state.

GdkCicpParams can be used as a builder object to construct a color state from Cicp data with buildColorState(). The function will return an error if the given parameters are not supported.

You can obtain a GdkCicpParams object from a color state with ColorState.createCicpParams(). This can be used to create a variant of a color state, by changing just one of the cicp parameters, or just to obtain information about the color state.