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

Function get_g

utility/image_saver.cpp:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 return (uint8_t)((rgbe >> 1) & 0xFF);
464}
465constexpr uint8_t get_g(uint32_t rgbe) {
466 return (uint8_t)((rgbe >> 10) & 0xFF);
467}
468constexpr uint8_t get_b(uint32_t rgbe) {
469 return (uint8_t)((rgbe >> 19) & 0xFF);
470}

Callers 1

save_hdr_bufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected