Returns the color at the specified voxel coordinates.
cell s to x,y,z
s sprite name x horizontal y vertical z depth
Source color #f0f create text "hello" print (cell "hello" to 1, 1, 1) print (cell "hello" to 2, 2, 1)Execution 0 #f0f

Returns the color at the specified voxel coordinates.
cell s to x,y,z
s sprite name x horizontal y vertical z depth
Source color #f0f create text "hello" print (cell "hello" to 1, 1, 1) print (cell "hello" to 2, 2, 1)Execution 0 #f0f