- (
    When X > Y then
    Return Color ? CLR_RED

    When X < Y then
    Return Color ? CLR_BLACK

    Else
    Return Color ? CLR_GRAY
  ) Brush