mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:47:34 +00:00
LibPDF: Split ColorSpace into a different class for each color space
While unnecessary at the moment, this will allow for more fine-grained control when complex color spaces get added.
This commit is contained in:
parent
ea3abb14fe
commit
7b4e36bf88
7 changed files with 174 additions and 106 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
ColorSpace.cpp
|
||||
CommonNames.cpp
|
||||
Document.cpp
|
||||
Filter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue