mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibPDF: Add spec link to default_decode()
This commit is contained in:
parent
3dca11c4e2
commit
0b087c02a3
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/nico
Commit: 0b087c02a3
Pull-request: https://github.com/SerenityOS/serenity/pull/21783
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public:
|
||||||
|
|
||||||
virtual PDFErrorOr<Color> color(ReadonlySpan<Value> arguments) const = 0;
|
virtual PDFErrorOr<Color> color(ReadonlySpan<Value> arguments) const = 0;
|
||||||
virtual int number_of_components() const = 0;
|
virtual int number_of_components() const = 0;
|
||||||
virtual Vector<float> default_decode() const = 0;
|
virtual Vector<float> default_decode() const = 0; // "TABLE 4.40 Default Decode arrays"
|
||||||
virtual ColorSpaceFamily const& family() const = 0;
|
virtual ColorSpaceFamily const& family() const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue