I'm trying to iterate over the Color class' Color properties.
Unfortunately its not in a collection so its just a class with a bunch of static properties.
Does anyone know if its possible to iterate over a class' properties be it static or object based?