Colord.Edid¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Colord.Edid(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod error_quark()[source]¶
- Returns:
a #GQuark
- Return type:
Gets the
Colord.Edid
error quark.New in version 1.1.2.
- classmethod new()[source]¶
- Returns:
A new
Colord.Edid
- Return type:
Creates an object suitable for parsing an EDID.
New in version 1.1.2.
- get_blue()[source]¶
- Returns:
Colord.ColorYxy
chromaticity- Return type:
Gets the blue primary.
New in version 1.1.2.
- get_checksum()[source]¶
- Returns:
string value
- Return type:
Gets the EDID MD5 checksum.
New in version 1.1.2.
- get_eisa_id()[source]¶
- Returns:
string value
- Return type:
Gets the EDID EISA ID.
New in version 1.1.2.
- get_gamma()[source]¶
- Returns:
floating point value
- Return type:
Gets the native panel gamma.
New in version 1.1.2.
- get_green()[source]¶
- Returns:
Colord.ColorYxy
chromaticity- Return type:
Gets the green primary.
New in version 1.1.2.
- get_height()[source]¶
- Returns:
integer value
- Return type:
Gets the panel height in inches.
New in version 1.1.2.
- get_monitor_name()[source]¶
- Returns:
string value
- Return type:
Gets the EDID monitor name.
New in version 1.1.2.
- get_pnp_id()[source]¶
- Returns:
string value
- Return type:
Gets the EDID PNP ID.
New in version 1.1.2.
- get_red()[source]¶
- Returns:
True
for success- Return type:
Gets the red primary.
New in version 1.1.2.
- get_serial_number()[source]¶
- Returns:
string value
- Return type:
Gets the EDID serial number.
New in version 1.1.2.
- get_vendor_name()[source]¶
- Returns:
string value
- Return type:
Gets the EDID vendor name.
New in version 1.1.2.
- get_white()[source]¶
- Returns:
Colord.ColorYxy
chromaticity- Return type:
Gets the whitepoint.
New in version 1.1.2.
- get_width()[source]¶
- Returns:
integer value
- Return type:
Gets the panel width in inches.
New in version 1.1.2.
- parse(edid_data)[source]¶
- Parameters:
edid_data (
GLib.Bytes
) – data to parse- Raises:
- Returns:
True
for success- Return type:
Parses the EDID.
New in version 1.1.2.