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