[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread MagoArcade
thanks fella - that did the trick -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread Thomas Elmiger
This might do what you want: <> All the best, Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread MagoArcade
Thanks Thomas - that's got me half way there. What I am needing is output in this format: rgba(252,248,61,1) The "1" (alpha value never changes) The problem is the color picker only returns an rgb value. I can't figure out how to add an alpha value to the rgb value to get the output needed

[tw5] Re: Small Color PIcker and RGB output

2019-08-18 Thread MagoArcade
Thanks Eric - that got me on the right track. In the end, the following, simple code worked: <$edit-text tiddler="$:/_opTaskStore" type="color" tag="input" field="backcolor"/> On Sunday, 11 August 2019 20:08:39 UTC+1, Eric Shulman wrote: > > On Sunday, August 11, 2019 at 11:07:59 AM UTC-7,

[tw5] Re: Small Color PIcker and RGB output

2019-08-11 Thread Thomas Elmiger
Hi MagoArcade, Maybe my Coloraction-Plugin could be part of your solution, as it can transform colours to other formats. (*toRgbString* is even the default action) So it could turn a hexadecimal value into the format

[tw5] Re: Small Color PIcker and RGB output

2019-08-11 Thread Eric Shulman
On Sunday, August 11, 2019 at 12:08:39 PM UTC-7, Eric Shulman wrote: > > <$edit-text tiddler="$:/config/ColourPicker/New" type="color" tag="input"/> > > addendum: You can use the $edit-text widget's field="..." param to write the selected color value into a specified field rather than the default

[tw5] Re: Small Color PIcker and RGB output

2019-08-11 Thread Eric Shulman
On Sunday, August 11, 2019 at 11:07:59 AM UTC-7, MagoArcade wrote: > > How can I insert a small color picker into a tiddler and have it output to > R,G,B format. The standard color picker has way too much associated with it > (Doc link >