'dot' 2-D matrix needed
Posted: Sun Jun 19, 2016 11:37 am
I need something like a 'dot matrix', i.e. a graphical view that is splitted into a matrix of 'pixel' rectangles.
Inputs:
1) how many lines (x)
2) how many columns (y)
So this produces a 2-D matrix of x*y rectangles. Each rectangle should have it's own color or transparency or something like that.
3) Third input would contain an array of x*y values. Each value would represent a color. As for colors it does not matter, it can be a colorset or a manipulation of one color.
This is for static display.
Anyone played with such thing or has it and could share?
Inputs:
1) how many lines (x)
2) how many columns (y)
So this produces a 2-D matrix of x*y rectangles. Each rectangle should have it's own color or transparency or something like that.
3) Third input would contain an array of x*y values. Each value would represent a color. As for colors it does not matter, it can be a colorset or a manipulation of one color.
This is for static display.
Anyone played with such thing or has it and could share?