Michael Prüfer

Results 1 issues of Michael Prüfer

Is it possible to retrieve the alpha value when using color.hex on ColorEvent? it would be better than doing ```typescript let hexValue = colorEvent.color.hex || ''; if (hexValue.length === 7)...