class HighLine::Style

def green

Returns:
  • (Integer) - the GREEN component of the rgb code
def green
  @rgb && @rgb[1]
end