mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +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: https://github.com/SerenityOS/serenity/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 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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue