mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibGfx: Remove stray space character in a comment
This commit is contained in:
parent
b3a0534e02
commit
14581e98ad
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/nico
Commit: 14581e98ad
Pull-request: https://github.com/SerenityOS/serenity/pull/17881
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ ErrorOr<NonnullRefPtr<Profile>> sRGB()
|
|||
TRY(tag_table.try_set(blueTRCTag, curve));
|
||||
|
||||
// White point.
|
||||
// ICC v4, 9.2.36 mediaWhitePointTag: " For displays, the values specified shall be those of the PCS illuminant as defined in 7.2.16."
|
||||
// ICC v4, 9.2.36 mediaWhitePointTag: "For displays, the values specified shall be those of the PCS illuminant as defined in 7.2.16."
|
||||
TRY(tag_table.try_set(mediaWhitePointTag, TRY(XYZ_data(header.pcs_illuminant))));
|
||||
|
||||
// The chromatic_adaptation_matrix values are from https://www.color.org/chadtag.xalter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue