Graphics primitive representing raster image data
Raster[{{a11, a12, …}, …}]
Raster[{{{r11, g11, b11}, …}, …}]
Raster[{{{r11, g11, b11, α 11}, …}, …}]
Raster[{{{a11, α 11}, …}, …}]
Graphics[Raster[{{0, 0.2, 0.4}, {0.6, 0.8, 1}}]]
→ -Graphics-Graphics[Raster[{{{0, 1, 1}, {1, 0, 1}, {1, 1, 0}}, {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}}}]]
→ -Graphics-Graphics[{{Red, Disk[{5, 5}, 4]}, Raster[Table[{1 - x, y}, {x, .1, 1, .1}, {y, .1, 1, .1}]]}]
→ -Graphics-