MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / RandColorRGBA

Function RandColorRGBA

deps/LLGL/tests/Test_Performance.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38LLGL::ColorRGBAub RandColorRGBA()
39{
40 return LLGL::ColorRGBAub
41 {
42 static_cast<std::uint8_t>(RandInt(255)),
43 static_cast<std::uint8_t>(RandInt(255)),
44 static_cast<std::uint8_t>(RandInt(255)),
45 static_cast<std::uint8_t>(RandInt(255))
46 };
47}
48
49struct TestConfig
50{

Callers 1

CreateTexturesMethod · 0.85

Calls 1

RandIntFunction · 0.85

Tested by

no test coverage detected