convertImageToColorBuffer
open fun convertImageToColorBuffer(color: Image, depth: Image, imageCoords: FloatBuffer, pointLimit: Int): FloatBuffer
Creates a linear buffer of RGB color values corresponding to the values in the depth image. Pixels with the depth value equal to zero are not included in the output.