1 #ifndef GENESIS_SEQUENCE_PRINTERS_BITMAP_H_
2 #define GENESIS_SEQUENCE_PRINTERS_BITMAP_H_
96 void write(
SequenceSet const& set, std::shared_ptr<utils::BaseOutputTarget> target )
const;
118 std::map<char, utils::Color>
const&
color_map()
const;
142 std::map<char, utils::Color> color_map_;
144 size_t pixel_height_ = 1;
145 size_t pixel_width_ = 1;
152 #endif // include guard