RosettaCodeData/Task/Bitmap/Julia/bitmap-4.julia

5 lines
88 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
function splat!(a::Image, x::Int, y::Int, c::Color)
a.pic[x, y] = c
nothing
end