mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:17:35 +00:00
LibGfx: Add initializers for ICCProfile enum class fields
This commit is contained in:
parent
1a907aa305
commit
db02cf2aa8
1 changed files with 5 additions and 5 deletions
|
@ -241,16 +241,16 @@ private:
|
||||||
u32 m_on_disk_size { 0 };
|
u32 m_on_disk_size { 0 };
|
||||||
Optional<PreferredCMMType> m_preferred_cmm_type;
|
Optional<PreferredCMMType> m_preferred_cmm_type;
|
||||||
Version m_version;
|
Version m_version;
|
||||||
DeviceClass m_device_class;
|
DeviceClass m_device_class {};
|
||||||
ColorSpace m_data_color_space;
|
ColorSpace m_data_color_space {};
|
||||||
ColorSpace m_connection_space;
|
ColorSpace m_connection_space {};
|
||||||
time_t m_creation_timestamp { 0 };
|
time_t m_creation_timestamp { 0 };
|
||||||
PrimaryPlatform m_primary_platform;
|
PrimaryPlatform m_primary_platform {};
|
||||||
Flags m_flags;
|
Flags m_flags;
|
||||||
Optional<DeviceManufacturer> m_device_manufacturer;
|
Optional<DeviceManufacturer> m_device_manufacturer;
|
||||||
Optional<DeviceModel> m_device_model;
|
Optional<DeviceModel> m_device_model;
|
||||||
DeviceAttributes m_device_attributes;
|
DeviceAttributes m_device_attributes;
|
||||||
RenderingIntent m_rendering_intent;
|
RenderingIntent m_rendering_intent {};
|
||||||
XYZ m_pcs_illuminant;
|
XYZ m_pcs_illuminant;
|
||||||
Optional<Creator> m_creator;
|
Optional<Creator> m_creator;
|
||||||
Optional<Crypto::Hash::MD5::DigestType> m_id;
|
Optional<Crypto::Hash::MD5::DigestType> m_id;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue