If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
deleted by uploader
42 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Re: Colour Picker Tool v1.0.0
Hi Tiffy,
This project has come together nicely !
The color wheel was an idea. To be honest, I think we'd need some good research on this. Maybe the links 'tester' posted would have the data.
From my limited knowledge on this, I'm not exactly certain what type of 'wheel' would be considered.
I know I've seen some fairly complex color sites that take this very deep. I'm not sure another here has time for anything like that.
Of interest, would be 'color choices' that would focus on GUI designs. Something similar might be what we see at a paint store, where color combinations suggest a selection of colors that work together.
I have a iPhone app from a paint company that has this feature. But I'd say, this could go deep, very easily
I'll be getting to a new project design, so I'll have practical time to work with the 'Colour Picker Tool'. I just used it tonite to pick off a color. It worked.
I'm still looking at how this best fits in to a FS project. I've not looked at the 'saved' color selections ... but that would be in the area that could really ease part of the design work load.
I'd almost like to have a type of 'TAP PORT' that we could hook into to store settings, [via STRING maybe], that we could Copy/Paste into other GUI PRIMS. Again, just an idea ... but it really needs to be so practical that it makes NOT using it a burden. This might be a challenge right there.
Even as it stands ... it is much more convenient to have this within FS. A module that we could place in the toolbox, and drag into a new project design. Any other color options would then be sugar on top.
Just my 1/2 cent
Still, this was cool ... and hope I can participate should another 'group project' come up !
Thanks Guys !
This project has come together nicely !
The color wheel was an idea. To be honest, I think we'd need some good research on this. Maybe the links 'tester' posted would have the data.
From my limited knowledge on this, I'm not exactly certain what type of 'wheel' would be considered.
I know I've seen some fairly complex color sites that take this very deep. I'm not sure another here has time for anything like that.
Of interest, would be 'color choices' that would focus on GUI designs. Something similar might be what we see at a paint store, where color combinations suggest a selection of colors that work together.
I have a iPhone app from a paint company that has this feature. But I'd say, this could go deep, very easily
I'll be getting to a new project design, so I'll have practical time to work with the 'Colour Picker Tool'. I just used it tonite to pick off a color. It worked.
I'm still looking at how this best fits in to a FS project. I've not looked at the 'saved' color selections ... but that would be in the area that could really ease part of the design work load.
I'd almost like to have a type of 'TAP PORT' that we could hook into to store settings, [via STRING maybe], that we could Copy/Paste into other GUI PRIMS. Again, just an idea ... but it really needs to be so practical that it makes NOT using it a burden. This might be a challenge right there.
Even as it stands ... it is much more convenient to have this within FS. A module that we could place in the toolbox, and drag into a new project design. Any other color options would then be sugar on top.
Just my 1/2 cent
Still, this was cool ... and hope I can participate should another 'group project' come up !
Thanks Guys !
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: Colour Picker Tool v1.0.0
included few things more,
first i included HSV so you can choose between HSV an RGB adjusting with the colorknobs,
the second thing i included is a webcolor converter it shows the actual color as webcolor and you can include a webcolor code which will be converted to "normal" color..
about usability as guicolor workbench i included a small example to show how the colortable could be used i recommend to delete the colorpicker/table tool completely before exporting to reduce exe size, also when the tool is set to purgeable file size is much bigger then when its removed completely, i dont know why because purgeabled parts shouldnt get compiled? but it looks like that the images are still saved somewhere inside the exported file!?
PS: http://www.colorpicker.com/
you can use this website to test the webcolor converter..
first i included HSV so you can choose between HSV an RGB adjusting with the colorknobs,
the second thing i included is a webcolor converter it shows the actual color as webcolor and you can include a webcolor code which will be converted to "normal" color..
about usability as guicolor workbench i included a small example to show how the colortable could be used i recommend to delete the colorpicker/table tool completely before exporting to reduce exe size, also when the tool is set to purgeable file size is much bigger then when its removed completely, i dont know why because purgeabled parts shouldnt get compiled? but it looks like that the images are still saved somewhere inside the exported file!?
PS: http://www.colorpicker.com/
you can use this website to test the webcolor converter..
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:27 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Colour Picker Tool v1.0.0
The "html to FS color" conversion is very useful. Thanks!
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: Colour Picker Tool v1.0.0
added some features to the colortable to be more useful as development tool,
- added numbering for tablecolors
- added comments for each color
saved colortable includes colors, tablesize and comments to get all information you need about your colortable when recalling it
thanks of ruby`s persistance you can delete the color tool when everithing in your project is colored and the table is saved ( for later changes), if you want to change something just take the colortool from your toolbox load the colortable and do your edits..
this version is just the colortable including the coloredit knobs, if you need the webcolors or the colorpicker tools just connect them to the color input...
EDIT:
some more bugfixes.. download below
- added numbering for tablecolors
- added comments for each color
saved colortable includes colors, tablesize and comments to get all information you need about your colortable when recalling it
thanks of ruby`s persistance you can delete the color tool when everithing in your project is colored and the table is saved ( for later changes), if you want to change something just take the colortool from your toolbox load the colortable and do your edits..
this version is just the colortable including the coloredit knobs, if you need the webcolors or the colorpicker tools just connect them to the color input...
EDIT:
some more bugfixes.. download below
Last edited by Nubeat7 on Thu Nov 21, 2013 11:55 pm, edited 4 times in total.
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: Colour Picker Tool v1.0.0
found i minor bug, color @ selection didnt update properly after loading a table, fixed and reuploaded last version!
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: Colour Picker Tool v1.0.0
Nubeat7 wrote:found i minor bug, color @ selection didnt update properly after loading a table, fixed and reuploaded last version!
Thank you nubeat7, this one comes in really handy.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Colour Picker Tool v1.0.0
Nubeat7 wrote:found i minor bug, color @ selection didnt update properly after loading a table, fixed and reuploaded last version!
Nubeat7, I found something else which I have not been able to sort out. When I load a colortable file and compare the colors in the colortable with the color-window on top [next to the four A,R,G,B knobs], I notice a difference in colors when the Alpha Blend knob is manipulated - then the color in the colortable changes to a completely different color. Also when a Blended color is saved in a colortable file and loaded again, the colors appear to be different than that in the color-window next to the four A,R,G,B knobs. It appears to me that this difference in colors only occurs with blended colors. You can more clearly see this with the color yellow.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
Re: Colour Picker Tool v1.0.0
you describe exactly this problem
it is fixed, are you shure you have the latest version? i reuploaded the file , it is:
just downloaded it and tested it, and it works here!
Nubeat7 wrote:found i minor bug, color @ selection didnt update properly after loading a table, fixed and reuploaded last version!
it is fixed, are you shure you have the latest version? i reuploaded the file , it is:
Nubeat7 wrote:this version is just the colortable including the coloredit knobs, if you need the webcolors or the colorpicker tools just connect them to the color input...
ATTACHMENTS
colors_n_table_v1.2 (1).fsm
(440.44 KiB) Downloaded 6 times
just downloaded it and tested it, and it works here!
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
deleted by uploader
deleted
Last edited by tiffy on Mon Aug 24, 2015 8:28 pm, edited 1 time in total.
-
tiffy - Posts: 400
- Joined: Wed May 08, 2013 12:14 pm
42 posts
• Page 4 of 5 • 1, 2, 3, 4, 5
Who is online
Users browsing this forum: No registered users and 88 guests