How do i actually make a dither matrix

i know how to actually make the file and extension but how do i “paint” the matrix i think its something to do with either rgba channels or color index of said rgba channel but what about other colors i mean you are forced to save as png so its tecnically posswible to use other colors for my experiments i think it fill according to color put can someone give a tip here?

If you are talking about a bayer filter then it uses the RGB channels. I think it’s basically R is the background color, B is the color you’re adding, and green I’m still not sure of the function of as I literally started messing with this like 2 days ago.

It uses the value in each channel to determine when to draw or not draw pixels in the dither.

@bloodraven0 wrote about it here (check the post at the bottom):

1 Like