We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Color picker

Home Forums Puzzles Color picker

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44944
    noquard
    Customer

    I need to implement a color picker to allow the consumer to change the color of the material not by clicking on the button, but by choosing from the RGB circle (or RGB line with a slider).
    Also, after selecting the desired color, it should generate a dynamic link to go to another site, which will already have filters for these colors.

    Could you please advise how it would be better to implement this solution in puzzles.

    Attachments:
    You must be logged in to view attached files.
    #44954
    xeon
    Customer

    I am a little confused so hope this helps.

    Based on your image it seems you could implement something similar to what was done in the Global Illumination demo that we have in Verge 3.71.

    However, if you are looking to create a true RGB slider or color wheel like you would find in Photoshop or another image editor you will have to implement that via javascript more than likely. You could try to implement one of these:

    https://www.cssscript.com/tag/color-picker/

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #44955
    zjbcool
    Customer

    take a look at color plugin
    , easy to use.

    Or if you can use JavaScript, Pickr is good.

    #44957
    xeon
    Customer

    Ya…now thats cool….nice job

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #58991
    cralex75
    Customer

    Hi Zjbcool, i found your guide to implement colopicker with javascript, but i have some problem, can you help me?
    1 – I can’t anchor the colorpicker to a null object.
    2 – I can’t make the colorpicker interact with 3d objects, can you tell me how to set up the puzzle?

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.