gtkmm 4.16.0
|
Gdk::CicpParams contains the parameters that define a colorstate according to the ITU-T H.273 specification. More...
#include <gdkmm/cicpparams.h>
Public Types | |
enum class | Range { Range::NARROW , Range::FULL } |
The values of this enumeration describe whether image data uses the full range of 8-bit values. More... | |
Public Member Functions | |
CicpParams (CicpParams && src) noexcept | |
CicpParams & | operator= (CicpParams && src) noexcept |
~CicpParams () noexcept override | |
GdkCicpParams * | gobj () |
Provides access to the underlying C GObject. | |
const GdkCicpParams * | gobj () const |
Provides access to the underlying C GObject. | |
GdkCicpParams * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
guint | get_color_primaries () const |
Returns the value of the color-primaries property of self. | |
void | set_color_primaries (guint color_primaries) |
Sets the color-primaries property of self. | |
guint | get_transfer_function () const |
Gets the transfer-function property of self. | |
void | set_transfer_function (guint transfer_function) |
Sets the transfer-function property of self. | |
guint | get_matrix_coefficients () const |
Gets the matrix-coefficients property of self. | |
void | set_matrix_coefficients (guint matrix_coefficients) |
Sets the matrix-coefficients property of self. | |
Range | get_range () const |
Gets the range property of self. | |
void | set_range (Range range) |
Sets the range property of self. | |
Glib::RefPtr< ColorState > | build_color_state () const |
Creates a new Gdk::ColorState object for the cicp parameters in self. | |
Glib::PropertyProxy< guint > | property_color_primaries () |
The color primaries to use. | |
Glib::PropertyProxy_ReadOnly< guint > | property_color_primaries () const |
The color primaries to use. | |
Glib::PropertyProxy< guint > | property_transfer_function () |
The transfer function to use. | |
Glib::PropertyProxy_ReadOnly< guint > | property_transfer_function () const |
The transfer function to use. | |
Glib::PropertyProxy< guint > | property_matrix_coefficients () |
The matrix coefficients (for YUV to RGB conversion). | |
Glib::PropertyProxy_ReadOnly< guint > | property_matrix_coefficients () const |
The matrix coefficients (for YUV to RGB conversion). | |
Glib::PropertyProxy< Range > | property_range () |
Whether the data is using the full range of values. | |
Glib::PropertyProxy_ReadOnly< Range > | property_range () const |
Whether the data is using the full range of values. | |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
static Glib::RefPtr< CicpParams > | create () |
Creates a new Gdk::CicpParams object. | |
Protected Member Functions | |
CicpParams () | |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gdk::CicpParams > | wrap (GdkCicpParams * object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
Gdk::CicpParams 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.
Gdk::CicpParams can be used as a builder object to construct a color state from Cicp data with build_color_state(). The function will throw an exception if the given parameters are not supported.
You can obtain a Gdk::CicpParams object from a color state with Gdk::ColorState::create_cicp_params(). 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.
|
noexcept |
|
overridenoexcept |
|
protected |
Glib::RefPtr< ColorState > Gdk::CicpParams::build_color_state | ( | ) | const |
Creates a new Gdk::ColorState
object for the cicp parameters in self.
Note that this may fail if the cicp parameters in self are not supported by GTK. In that case, nullptr
is returned, and error is set with an error message that can be presented to the user.
Gdk::ColorState
.Gio::Error |
|
static |
Creates a new Gdk::CicpParams
object.
The initial values of the properties are the values for "undefined" and need to be set before a color state object can be built.
Gdk::CicpParams
. guint Gdk::CicpParams::get_color_primaries | ( | ) | const |
Returns the value of the color-primaries property of self.
guint Gdk::CicpParams::get_matrix_coefficients | ( | ) | const |
Gets the matrix-coefficients property of self.
Range Gdk::CicpParams::get_range | ( | ) | const |
guint Gdk::CicpParams::get_transfer_function | ( | ) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
GdkCicpParams * Gdk::CicpParams::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
noexcept |
Glib::PropertyProxy< guint > Gdk::CicpParams::property_color_primaries | ( | ) |
The color primaries to use.
Supported values:
12: Display P3
Default value: 2
Glib::PropertyProxy_ReadOnly< guint > Gdk::CicpParams::property_color_primaries | ( | ) | const |
The color primaries to use.
Supported values:
Default value: 2
Glib::PropertyProxy< guint > Gdk::CicpParams::property_matrix_coefficients | ( | ) |
The matrix coefficients (for YUV to RGB conversion).
Supported values:
2: unspecified
Default value: 2
Glib::PropertyProxy_ReadOnly< guint > Gdk::CicpParams::property_matrix_coefficients | ( | ) | const |
The matrix coefficients (for YUV to RGB conversion).
Supported values:
Default value: 2
Glib::PropertyProxy< Range > Gdk::CicpParams::property_range | ( | ) |
Whether the data is using the full range of values.
The range of the data.
Default value: Gdk::CicpParams::Range::NARROW
Glib::PropertyProxy_ReadOnly< Range > Gdk::CicpParams::property_range | ( | ) | const |
Whether the data is using the full range of values.
The range of the data.
Default value: Gdk::CicpParams::Range::NARROW
Glib::PropertyProxy< guint > Gdk::CicpParams::property_transfer_function | ( | ) |
The transfer function to use.
Supported values:
18: BT.2100 HLG
Default value: 2
Glib::PropertyProxy_ReadOnly< guint > Gdk::CicpParams::property_transfer_function | ( | ) | const |
The transfer function to use.
Supported values:
Default value: 2
void Gdk::CicpParams::set_color_primaries | ( | guint | color_primaries | ) |
Sets the color-primaries property of self.
color_primaries | The new color primaries value. |
void Gdk::CicpParams::set_matrix_coefficients | ( | guint | matrix_coefficients | ) |
Sets the matrix-coefficients property of self.
matrix_coefficients | The new matrix-coefficients value. |
void Gdk::CicpParams::set_range | ( | Range | range | ) |
void Gdk::CicpParams::set_transfer_function | ( | guint | transfer_function | ) |
Sets the transfer-function property of self.
transfer_function | The new transfer-function value. |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |