]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Genome.hpp
generate base color for creature
[blobs.git] / src / creature / Genome.hpp
index 882a8a28f3b9c5e6acf1671c4a6883c944c9339c..a7be0e1c6f6f4e342a59ba18bb70d6a78d5ba152 100644 (file)
@@ -57,6 +57,10 @@ struct Genome {
        };
        std::vector<Composition> composition;
 
+       math::Distribution base_hue;
+       math::Distribution base_saturation;
+       math::Distribution base_lightness;
+
        void Configure(Creature &) const;
 
        static PropertySet<double> Instantiate(