| 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]; |
nothing calls this directly
no outgoing calls
no test coverage detected