class Sass::Script::Color

def rgb

Returns:
  • (Array) - A frozen three-element array of the red, green, and blue
def rgb
  @value
end