mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
LibPDF: Add spec link to default_decode()
This commit is contained in:
parent
3dca11c4e2
commit
0b087c02a3
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