# File lib/png.rb, line 307
def
intensity
i
return
Color
.
new
(
r
,
g
,
b
,(
a
*
i
)
>>
8
)
end