浏览代码

ICC: Add comment with a link to WellKnownProfiles.cpp

Nico Weber 2 年之前
父节点
当前提交
1e5ececf75
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp

+ 1 - 0
Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp

@@ -52,6 +52,7 @@ ErrorOr<NonnullRefPtr<Profile>> sRGB()
 
     // FIXME: There are many different sRGB ICC profiles in the wild.
     //        Explain why, and why this picks the numbers it does.
+    //        In the meantime, https://github.com/SerenityOS/serenity/pull/17714 has a few notes.
 
     auto header = rgb_header();