18 #ifndef HEADER_SUPERTUX_VIDEO_PAINT_STYLE_HPP 19 #define HEADER_SUPERTUX_VIDEO_PAINT_STYLE_HPP 21 #include "video/blend.hpp" 22 #include "video/color.hpp" 23 #include "video/flip.hpp" 29 m_color(Color::WHITE),
55 const Color& get_color()
const {
return m_color; }
56 const float& get_alpha()
const {
return m_alpha; }
57 const Blend& get_blend()
const {
return m_blend; }
58 const Flip& get_flip()
const {
return m_flip; }
Definition: paint_style.hpp:25