mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:27:44 +00:00
LibGfx: Make ICCHeader use RenderingIntent enum
No behavior change.
This commit is contained in:
parent
429467f46c
commit
78d849bce2
3 changed files with 11 additions and 14 deletions
|
@ -64,7 +64,7 @@ struct ICCHeader {
|
|||
BigEndian<DeviceManufacturer> device_manufacturer;
|
||||
BigEndian<DeviceModel> device_model;
|
||||
BigEndian<u64> device_attributes;
|
||||
BigEndian<u32> rendering_intent;
|
||||
BigEndian<RenderingIntent> rendering_intent;
|
||||
|
||||
XYZNumber pcs_illuminant;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue