sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
2.65k stars 115 forks source link

create image of color #269

Closed martindb1988 closed 2 months ago

martindb1988 commented 2 months ago

When using the color picker and feed the generated HEX as variable into the create image of color action it gives an invalid color error.

iPhone 18.0 22A5338b

sindresorhus commented 2 months ago

The "Pick Color" action returns a "Color" object, while the "Create Color Image" action accepts a Hex string. So you need to select the "Hex" property from the result of the "Pick Color" action.

martindb1988 commented 2 months ago

Ah sorry my bad 😀