Finishing graphic state parameters

This commit is contained in:
Jakub Melka
2019-10-04 17:21:26 +02:00
parent efef799c09
commit 2d29bebe30
3 changed files with 155 additions and 17 deletions

View File

@@ -148,6 +148,15 @@ enum class RendererEngine
OpenGL
};
enum class RenderingIntent
{
Perceptual,
AbsoluteColorimetric,
RelativeColorimetric,
Saturation,
Unknown
};
} // namespace pdf
#endif // PDFGLOBAL_H