MCPcopy Create free account
hub / github.com/LAStools/LAStools / LASoperationSetRGB

Method LASoperationSetRGB

LASlib/src/lastransform.cpp:5221–5226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5219 point->set_RGB(RGB);
5220 };
5221 LASoperationSetRGB(U16 R, U16 G, U16 B)
5222 {
5223 RGB[0] = R;
5224 RGB[1] = G;
5225 RGB[2] = B;
5226 };
5227
5228 private:
5229 U16 RGB[3];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected