×

Pick Colour

iOS 14 +

Notes

Opens a colour selection interface in Toolbox Pro. You can optionally select a reference image to use the eye-dropper tool on and a hex code to use as a starting point. When finished, the hex code is copied to the clipboard and Shortcuts is re-opened. Add a 'Wait To Return' and 'Get Clipboard' action after this one to use the chosen hex code.

Syntax

pickColour(image: <#Variable#>, startingHex: <#String (Allows Variables)#>, postURL: <#String (Allows Variables)#>)

Example

pickColour(image: ShortcutInput, startingHex: ""FFFFFF"", postURL: ""shortcuts://"")