Method: Sass::Script::Color#green

Defined in:
lib/sass/script/color.rb

#greenFixnum

The green component of the color.

Returns:

  • (Fixnum)


258
259
260
261
# File 'lib/sass/script/color.rb', line 258

def green
  hsl_to_rgb!
  @attrs[:green]
end