class Term::ANSIColor::Attribute

def gray?

def gray?
  rgb_color? && to_rgb_triple.gray?
end