mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibPDF: Extract ICCBasedColorSpace::sRGB() helper
This commit is contained in:
parent
4704e6aa5f
commit
c161b2d2f9
2 changed files with 10 additions and 4 deletions
|
@ -188,6 +188,8 @@ public:
|
|||
Vector<float> default_decode() const override;
|
||||
ColorSpaceFamily const& family() const override { return ColorSpaceFamily::ICCBased; }
|
||||
|
||||
static NonnullRefPtr<Gfx::ICC::Profile> sRGB();
|
||||
|
||||
private:
|
||||
ICCBasedColorSpace(NonnullRefPtr<Gfx::ICC::Profile>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue