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

Method setOutlineColor

include/Core/Graphics/Shapes.hpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 template <class T> void Shape<T>::setOutlineColor(const Color& color)
184 {
185 static_cast<T&>(*this).shape.setOutlineColor(color);
186 }
187
188 template <class T> void Shape<T>::setOutlineThickness(float thickness)
189 {

Callers 3

createTextMethod · 0.80
drawMethod · 0.80
createTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected