Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about color´s #19

Closed
Imperator-mm opened this issue Feb 15, 2021 · 4 comments
Closed

Question about color´s #19

Imperator-mm opened this issue Feb 15, 2021 · 4 comments
Assignees

Comments

@Imperator-mm
Copy link

Hi,
Is it possible to use other colors than just the standard LEGO colors?
I have many other colors from China (that are not available from Lego) here but I don't know how I can incorporate them into Lego Art Remix.
Can I even use colors that are not supported by LEGO? Tried using a JSON editor but it doesn't seem to work.

Thanks in advance !

Markus

@debkbanerji
Copy link
Owner

It's built around hex codes so this shouldn't be too tricky to implement (what country the colors are from doesn't matter). It's a little work to implement but it should be doable maybe through a URL parameter with the extra colors.

@debkbanerji
Copy link
Owner

I've added in this feature in v2021.2.28. It's implemented using a url parameter with hex codes for your available colors. For example:

https://lego-art-remix.debkbanerji.com/?availableColors=#FF00FF,#333366

Just replace the hex codes with a comma separated list of your available colors.

@douglasblash
Copy link

Hi,

Yes, I tried this method with 3 nice new unique flesh-tone colors I got from a manufacturer in China. It recognizes the custom colors added, but it just paints the whole image with only those 3 colors, and no others. Is there an easy way to include all of the other standard Lego colors, or do I need to specify ALL of their hex values in the URL?

To double check, I also tried the test URL text you typed above. The result is essentially the same, it just paints the whole thing with only those 2 new specified colors, and nothing else...!

Can you fix it? Thanks! =)

Doug

@debkbanerji debkbanerji self-assigned this Apr 23, 2022
@debkbanerji debkbanerji reopened this Apr 23, 2022
@debkbanerji
Copy link
Owner

Good call - fixed in v2022.4.23. It still defaults to only using selected colors, but you can still mix in bricklink colors. Let me know if something looks off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants