Hi
We have discussed this internally, and have agreed that it is working as designed.
Ordering the colors passed as parameters could have unintended consequences, for example, if blue (0,0,255) and green (0,255,0) were passed, would we re-order the channels to black (0,0,0) to cyan (0,255,255).
Also, it is counter to mathematical expectation. E.g. if you request all numbers >= 5 and <= 3, you should get nothing, not 3, 4 and 5.
I will improve the documentation to make this more clear.
Nigel Xequte Software www.imageen.com
|