# File lib/cairo/color.rb, line 103
def
to_a
[
@red
,
@green
,
@blue
,
@alpha
]
end