ComputerCraft

ComputerCraft

21M Downloads

Palette Color change in Paint?

PixelFox1 opened this issue ยท 5 comments

commented

Now, this is more of a request than an issue, but some way (e.x. middle clicking) to change the actual palette for the color in the default paint program? (Or has this already been added and I just didn't know?)

commented

IIRC the program does not change the pallette, so changes made before it's executed will stick. However, there does not exist any storing of palettes in the actual file produced (nor should there be).

commented

Yes, I'm saying it should.

Why do you think there shouldn't be?

commented

Because palette changes affect the entire screen, not just the image you drew.

commented

Of course it does. I'm just saying it would be nice to get a feel for palette on the screen, correct colors, etc, so you can change the palette while editing the picture. Whatever, I'll just make it.

commented

I feel this would actually be worth writing as your own program, make a second paint format which stores a pallete in addition to the pixels.