public static bool IsColored(this ItemColor color) { return(color.IsUnknown() || color.IsPhysicalColor()); }