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