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