MMKTrafficColor
|
enum MMKTrafficColor : UInt, @unchecked Sendable |
The color that is used for traffic.
Summary
Enum cases
|
case red = 0 |
|
case yellow = 1 |
|
case green = 2 |
Enum cases
red
|
case red = 0 |
Red color.
yellow
|
case yellow = 1 |
Yellow color.
green
|
case green = 2 |
Green color.