Example #1
0
 public static bool IsColor(this IParameter parameter)
 {
     return(ColorParser.IsValid(parameter.Value));
 }