Get values of composite number
Returns:
Returns array with red, green, and blue component.
453 454 455
# File 'lib/multiarray/rgb.rb', line 453 def values [ @value.r, @value.g, @value.b ] end