# File lib/rubygame/color/models/rgb.rb, line 57
def
to_rgba_ary
return
[
@r
,
@g
,
@b
,
@a
]
end