Python API "selectPointsByColor" does not select the same points as it does with the Menu (Tools - Dense Clouds - Select Points By Color).
For example,
dense_cloud.selectPointsByColor(color=[104,89,166], tolerance=40, channels='HSV')
does not select any point in my dense cloud, but lots of points are selected if I run Tools - Dense Cloud - Select Points by Color and enter the same values.
I have also tried to use different colors and python API "selectPointsByColors" really didn't select the points.
Is it a bug?