class Rainbow::Color::Indexed

def initialize(ground, num)

def initialize(ground, num)
  @ground = ground
  @num = num
end