Function for unpacking RGB point field from point in point cloud?
I found an example in the codebase that uses some messy bit-twiddling to get the individual r,g,b fields out of a packed rgb float. Is there a nice utility function for doing this?
(I'm trying to avoid unnecessary copy-pasting)