Numpy matrix of point cloud

Hello everyone, I outputed the ptcloud as a numpy matrix(by ptcloud_np = np.array(ptcloud.get_data())). But the numpy matrix is (720,1280,4). What is the mean of the 4? It saved the RGB and depth data? Not save the x,y and z location data?