mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibPDF: Update dead link in a comment
This commit is contained in:
parent
1fcf0142d2
commit
e35a5da2fb
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ constexpr Array<float, 3> matrix_multiply(Array<float, 9> a, Array<float, 3> b)
|
|||
}
|
||||
|
||||
// Converts to a flat XYZ space with white point = (1, 1, 1)
|
||||
// Step 2 of https://www.adobe.com/content/dam/acom/en/devnet/photoshop/sdk/AdobeBPC.pdf
|
||||
// Step 2 of https://www.color.org/adobebpc.pdf
|
||||
constexpr Array<float, 3> flatten_and_normalize_whitepoint(Array<float, 3> whitepoint, Array<float, 3> xyz)
|
||||
{
|
||||
VERIFY(whitepoint[1] == 1.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue