Mobile app version of vmapp.org
Login or Join
Merenda852

: Is there a median tool for colours? (Median between 2 colours) I'm working on a pixel sprite and I have 2 coloured pixels with 1 empty pixel gap between them. Is there any way (tool) to

@Merenda852

Posted in: #ImageSprite #Pixel #PixelArt #Tools

I'm working on a pixel sprite and I have 2 coloured pixels with 1 empty pixel gap between them. Is there any way (tool) to fill in the missing pixel with the mixture of the 2 that are filled?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Merenda852

1 Comments

Sorted by latest first Latest Oldest Best

 

@Merenda852

Finding the exact colour code might depend on your current colour space, as mentioned in the comments. This method is colour-space agnostic and whould work in most software that supports layers.


Draw a pixel of colour A on a new layer;
Add a second layer on top of that, and draw a pixel of colour B exactly on top of pixel A;
Reduce layer B's opacity to 50%;
Merge the two layers;
Sample the resulting pixel's colour. That is the colour you are looking for.


Alternatively, you could also draw directly over pixel A in layer A with a 50% opaque brush in colour B to get the same effect. Faster, but less intuitive.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme