4 lines
61 B
Text
4 lines
61 B
Text
|
|
function color(a::Image, x::Int, y::Int)
|
||
|
|
a.pic[x, y]
|
||
|
|
end
|