mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
LibGfx: Move CIELAB to its own file
This commit is contained in:
parent
22202715fc
commit
adec1abf81
4 changed files with 22 additions and 7 deletions
|
@ -175,7 +175,7 @@ TEST_CASE(to_lab)
|
|||
//
|
||||
// new Color("srgb", [1, 1, 1]).lab.toString();
|
||||
|
||||
Gfx::ICC::Profile::CIELAB expected[] = {
|
||||
Gfx::CIELAB expected[] = {
|
||||
{ 0, 0, 0 },
|
||||
{ 54.29054294696968, 80.80492033462421, 69.89098825896275 },
|
||||
{ 87.81853633115202, -79.27108223854806, 80.99459785152247 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue