Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. A = RandomReal[{0, 1}, {300, 300, 2}];
  2. colfun = x [Function] RGBColor[x[[1]], 0., x[[2]]];
  3. Image[Map[colfun, A, {2}]]
Add Comment
Please, Sign In to add comment