Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 15 种可能性的枚举(myEnum)。我希望 myEnum 的每个可能都有不同的颜色(颜色的枚举)。
我尝试使用 Color.FromArgb,但它没有改变颜色。
我该如何解决?