4 lines
88 B
Text
4 lines
88 B
Text
function splat!(a::Image, x::Int, y::Int, c::Color)
|
|
a.pic[x, y] = c
|
|
nothing
|
|
end
|