# File lib/gd2/image.rb, line 321
def
[]=
(
x
,
y
,
color
)
set_pixel
(
x
,
y
,
color2pixel
(
color
))
end