Пример #1
0
 public bool IsUnityColorTypeSupportingHSV([CanBeNull] ITypeElement typeElement)
 {
     return(UnityColorType != null && UnityColorType.Equals(typeElement));
 }
Пример #2
0
 public bool IsUnityColorType([CanBeNull] ITypeElement typeElement)
 {
     return((UnityColorType != null && UnityColorType.Equals(typeElement)) ||
            (UnityColor32Type != null && UnityColor32Type.Equals(typeElement)));
 }