MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_r

Function get_r

utility/image_saver.cpp:462–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460namespace {
461
462constexpr uint8_t get_r(uint32_t rgbe) {
463 return (uint8_t)((rgbe >> 1) & 0xFF);
464}
465constexpr uint8_t get_g(uint32_t rgbe) {
466 return (uint8_t)((rgbe >> 10) & 0xFF);
467}

Callers 1

save_hdr_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected