deleted by uploader

Post any examples or modules that you want to share here
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Colour Picker Tool v1.0.0

Post by Nubeat7 »

i really like the new feature with the color knobs (maybe sliders would be more comfortable)..

i did the colortable as recommended, just was too lazy to put a save and load option inside :lol:

anyway here is some prototype..

i took the color pickers out because my screen is very small, but you can easily integrate it in your version and use a last switch to get the colors from the bitmap colorpickers into the table..
Attachments
color_table.fsm
(297 KiB) Downloaded 1294 times
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

deleted by uploader

Post by tiffy »

deleted
Last edited by tiffy on Mon Aug 24, 2015 8:22 pm, edited 1 time in total.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Colour Picker Tool v1.0.0

Post by Nubeat7 »

ok, i implemented few other things into the colortable,
doubleclick opens color dialog now + it has a knob to set alpha (after this is not possible in the color dialog)

rightclick opens a menu where you can:
- save table
- load table
- copy color
- paste color
- init table (set all colors to white)

there is also a color input to get colors from different sources like your colorpicker..
Attachments
color_table_v1_1.fsm
(9.44 KiB) Downloaded 1313 times
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

deleted by uploader

Post by tiffy »

deleted
Last edited by tiffy on Mon Aug 24, 2015 8:23 pm, edited 1 time in total.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Colour Picker Tool v1.0.0

Post by Nubeat7 »

tiffy wrote:
I have done a Beta 1 version of the Colour Picker with comments inside the schematic as well. Would you have a glance at the schematic and advise if I am still heading in the right direction as to what we have discussed? :?:

Thanks in advance, I appreciate.


with the latest version of the colortable all save/load and copy/paste is included, i also rewired the colorpickers, should work fine now, i commented inside the schematic
Attachments
Sample Hold Pixel Colour v1.0.8 BETA 2.fsm
(1.4 MiB) Downloaded 1314 times
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Colour Picker Tool v1.0.0

Post by RJHollins »

Just checking ...

The 'Alpha' value is being triggered AFTER taking a sample ... might it be more practical to adjust and view afterward ?
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Colour Picker Tool v1.0.0

Post by Nubeat7 »

do you mean the color adjust knobs above the color table?

i connected them with the actual color, so when you pick a color they are updated to the actual color values, like this you can fine tune the selected color..

there are also some little update issues, like when you copy and paste a color it is not properly updated in the table and in "color adjust knobs" section, i fixed this here


or do you mean the 'alpha' from the upper right color picker? because this one doesnt update after selecting the color which is not practical the alpha knob should also be connected with its sample & hold trigger to set alpha after picking the color... i fixed this too
(when connected to the "integer values to color" module this is not needed anymore )
Attachments
Sample Hold Pixel Colour v1.0.8 BETA 3.fsm
(1.4 MiB) Downloaded 1313 times
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

deleted by uploader

Post by tiffy »

deleted
Last edited by tiffy on Mon Aug 24, 2015 8:23 pm, edited 1 time in total.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Colour Picker Tool v1.0.0

Post by Nubeat7 »

oh sorry, its because the source where the wireless colorsender is (inside the colortable) is set to purgeable (this yellow black frame)so it doesnt get compiled when exported, you need to turn off purgeable on my colortable! i setted this because it is not needed after the colors are setted in a project and the rubyelements which extracts the color doesnt forget the color once they are setted
User avatar
tiffy
Posts: 400
Joined: Wed May 08, 2013 12:14 pm

deleted by uploader

Post by tiffy »

deleted
Last edited by tiffy on Mon Aug 24, 2015 8:24 pm, edited 1 time in total.
Post Reply