Libraries
»
ray
(0.1.1)
»
Index
»
Ray
»
Color
»
#to_s
Method: Ray::Color#to_s
Defined in:
lib/ray/color.rb
#
to_s
⇒
Object
48 49 50
# File 'lib/ray/color.rb', line 48
def
to_s
"
RGBA(
#{
r
}
,
#{
g
}
,
#{
b
}
,
#{
a
}
)
"
end