]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/allocation.h
Make some internal colors darker to match linear color space
[r2c2.git] / source / 3d / allocation.h
index 87ea3096be28c6fe19faea8aa02647d30fce5941..13a6112882295e9362e0ad630bfbf2b2fbb9dc40 100644 (file)
@@ -24,8 +24,9 @@ public:
        Allocation3D(Layout3D &, Train &);
 
        void set_color(const Msp::GL::Color &);
-
 private:
+       Msp::GL::Color get_color_for_block(const Block &) const;
+
        void block_reserved(Block &, Train *);
        void train_advanced(Block &);
 };