Page 1 of 1

Paledit (v0.73 beta 2018/11/01)

Posted: Sat Jun 30, 2018 7:13 am
by Talon1024
Image

NOTE: Refresh the page to ensure you're up to date.



I have been working on an HTML5 palette editor using Angular for the past few months. Now, it's finally somewhat finished. Although there's quite a lot that needs to be done, you can already do some cool things with it.

Start editing your palettes by clicking here!
Or get the code from GitHub by clicking here.

And here's a silly example of a palette I made with paledit, which turns everything into FIREBLU.

2018/08/09 - v0.6 public beta is out! Check out the changelog at the bottom of the "Help" dialog to see what's new.
2018/08/21 - v0.7 public beta released. I re-wrote much of Paledit's internals for better adherence to Model-View-Controller design philosophy and separation of concerns.
2018/08/23 - v0.71 public beta released. This release comes with a new favicon, and several bug fixes. Make sure you refresh the page so that you're using the latest version.
2018/09/02 - v0.72 public beta released. I fixed a few bugs, as well as reworked the colour info displays. I also added colour info displays below each colour on the gradient preview.
2018/11/01 - v0.73 public beta released. This one comes with some new copy/paste features.

Re: Paledit (v0.5 public beta)

Posted: Mon Jul 16, 2018 11:15 pm
by Nash
Thank you! I'm gonna play around with this soon. :)

Re: Paledit (v0.5 public beta)

Posted: Wed Jul 18, 2018 4:27 pm
by Galaxy_Stranger
Very Cool!

Re: Paledit (v0.6 beta 2018/08/09)

Posted: Thu Aug 09, 2018 1:50 am
by Talon1024
v0.6 is out! Check out the changelog by scrolling to the bottom of the "Help!" dialog, and have fun with the new features.

Re: Paledit (v0.7 beta 2018/08/21)

Posted: Tue Aug 21, 2018 7:35 am
by Talon1024
v0.7 beta is out, after a major rewrite of the internals. However, selecting colour ranges may still be a bit wonky from re-writing Paledit's internals.

Re: Paledit (v0.72 beta 2018/09/02)

Posted: Sun Sep 02, 2018 7:21 pm
by Talon1024
I just released the v0.72 beta with a few bug fixes, and a new feature.

However, I'd like some help with the colour copy/paste feature. Right now, it only copies colours and pastes them to the same location they were originally copied from. This is useful for copying colours from one palette to another palette based on or similar to the first palette, but not for copying colours between different palettes (Doom and Heretic for example), or copying colours from one range to another.

If you have 16 colours selected, and you copy those and try to paste those onto a 4 colour range, what should I do? Should I attempt to average out the original 16 colours to 4 colours? Should I paste the whole 16 colours regardless of the destination range length?

And what should I do if you have 4 colours in the clipboard, and try to paste them onto an 8 colour range? Also, what should I do if you have 16 colours copied, and you paste them when you only have 1 colour selected?