summary refs log tree commit diff
path: root/src/GFX/Image/PPMParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX/Image/PPMParser.hpp')
-rw-r--r--src/GFX/Image/PPMParser.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GFX/Image/PPMParser.hpp b/src/GFX/Image/PPMParser.hpp
index 07ff3c2..a7e9b41 100644
--- a/src/GFX/Image/PPMParser.hpp
+++ b/src/GFX/Image/PPMParser.hpp
@@ -37,6 +37,8 @@ private:
 
     bool is_eof() const;
 
+    static constexpr RawImage::Pixel alpha_color{192, 0, 255};
+
     std::string_view m_source;
     uint64_t m_cursor = 0;
 };