class HighLine::Style

def blue

Returns:
  • (Integer) - the BLUE component of the rgb code
def blue
  @rgb && @rgb[2]
end