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

Method Color

src/Core/Graphics/Color.cpp:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 { "yellowgreen", Color::YellowGreen } };
233
234 Color::Color()
235 {
236 }
237
238 Color::Color(const double r, const double g, const double b, const double a)
239 {

Callers

nothing calls this directly

Calls 2

fromRgbMethod · 0.95
fromStringMethod · 0.95

Tested by

no test coverage detected