Should probably mention that I meant overload HasColor to accept a string. This way you could call it for each individual value in the RangeArray.
Hi Alexander,
This has been fixed and will be available with our R25 release which is expected to be available at the end of this week.
Systemite Support
Release R25 is now available! R25 (20997) Release Notes Summary - March 2, 2018
Best regards,
Systemite Support
Alexander Söderholm
I was retrieving the colors for an Enum attribute and noticed that if one(or more) of the colors are pure white, GetColor(...) will throw a NullReferenceException. This feels very odd since there is no way of preventing it besides not using white for any Enum value.
I would like you to either:
A build in method to retrieve such a Dictionary would also suffice.