could someone explain this line "Color color = ((x & y) != 0 ? Color.white : Color.gray);"

I’m learning and I found this tutorial unity but not something I’ve ever seen xc

Look into the ternary operator