|
ShishGL
1.0
A simple modular cross-platform graphics library
|
|
Go to the documentation of this file.
2 #ifndef SHISHGL_COLOR_FILL_HPP
3 #define SHISHGL_COLOR_FILL_HPP
33 #endif //SHISHGL_COLOR_FILL_HPP
void apply(Frame &frame, const Shape2D &shape) override
Definition: ColorFill.hpp:18
~ColorFill() override=default
Definition: Shape2D.hpp:12
ColorFill(const Color &color)
Definition: ColorFill.hpp:14
IPlatform & PLATFORM()
Definition: RenderSystem.cpp:32
Definition: CoreApplication.hpp:10
virtual void draw(const Frame &viewport) const =0
Definition: ColorFill.hpp:11