nellisjp Posted May 28, 2018 Share Posted May 28, 2018 Is there a plug-in (or technique) that will allow for drawing a multi-colored line, where the color of each pixel changes based on a subset of colors defined in a palette? For example (see screenshot), I'd like to indicate that I want to draw with colors 3-6 in the palette and as I draw the line, the colors change and when the color list is exhausted, the color pattern would start over from the beginning of the list. Quote Link to comment Share on other sites More sharing options...
HyReZ Posted May 28, 2018 Share Posted May 28, 2018 You may want to investigate this: Palette animation or palette cycling is available within the Canvas feature of HTML 5 Quote Link to comment Share on other sites More sharing options...
nellisjp Posted May 28, 2018 Author Share Posted May 28, 2018 (edited) That is the end-goal, yes. An image that can be used with palette cycling. In order to do so, I need to be able to draw lines (or I suppose more generally 'shapes') with increasing/decreasing color indexes within a palette. I'm finding to do so a pixel-at-a-time somewhat.... laborious. Edit: Or perhaps a better question would be does there exist a 'stamp' tool with an ever-increasing color index? Edited May 28, 2018 by nellisjp Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted May 29, 2018 Share Posted May 29, 2018 This plugin will get you a copy of the palette. This would allow you to arrange the colors sequentially. BTW paint.net does not use indexes in the way you're hoping. It uses the actual RGBA values on a per-pixel basis. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.