MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setFillColor

Method setFillColor

include/Core/Graphics/Shapes.hpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 template <class T> void Shape<T>::setFillColor(const Color& color)
179 {
180 static_cast<T&>(*this).shape.setFillColor(color);
181 }
182
183 template <class T> void Shape<T>::setOutlineColor(const Color& color)
184 {

Callers 6

loadFontMethod · 0.80
drawPointFunction · 0.80
drawPolygonFunction · 0.80
createTextMethod · 0.80
drawMethod · 0.80
createTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected