class HighLine::Style

def red

Returns:
  • (Integer) - the RED component of the rgb code
def red
  @rgb && @rgb[0]
end