mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:07:35 +00:00
LibGfx/ICC: Extract sRGB_curve() function
This returns just the tone reproduction curve of the sRGB profile.
This commit is contained in:
parent
5da9057a8f
commit
5df35d030f
2 changed files with 10 additions and 3 deletions
|
@ -15,4 +15,6 @@ class Profile;
|
|||
|
||||
ErrorOr<NonnullRefPtr<Profile>> sRGB();
|
||||
|
||||
ErrorOr<NonnullRefPtr<TagData>> sRGB_curve();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue