|
|
@ -300,6 +300,7 @@ namespace ImageSharp |
|
|
private static bool IsStandardNormalizedType(Type type) |
|
|
private static bool IsStandardNormalizedType(Type type) |
|
|
{ |
|
|
{ |
|
|
return type == typeof(Color) |
|
|
return type == typeof(Color) |
|
|
|
|
|
|| type == typeof(Argb) |
|
|
|| type == typeof(Alpha8) |
|
|
|| type == typeof(Alpha8) |
|
|
|| type == typeof(Bgr565) |
|
|
|| type == typeof(Bgr565) |
|
|
|| type == typeof(Bgra4444) |
|
|
|| type == typeof(Bgra4444) |
|
|
|