Macro for select by colour

I can select by colour manually but cannot find the command line for it. And in general how does one see the full command line for a function ? … Any help would be appreciated

The first bit is clear but what comes after ? As in what is the command line for the actual colour.

'_SelColor

If you have a specific RGB color you want to select it works like this:

'_-SelColor RGB 255 0 0 (for red)

HTH, --Mitch

Brilliant. Thank you Mitch.

Where is it that one finds this information ? When I bring up the command history it only shows ‘_SelColor

Seamus