|
|
@ -64,10 +64,7 @@ public partial struct NormalizedShort4 : IPixel<NormalizedShort4>, IPackedVector |
|
|
[MethodImpl(InliningOptions.ShortMethod)] |
|
|
[MethodImpl(InliningOptions.ShortMethod)] |
|
|
public static bool operator !=(NormalizedShort4 left, NormalizedShort4 right) => !left.Equals(right); |
|
|
public static bool operator !=(NormalizedShort4 left, NormalizedShort4 right) => !left.Equals(right); |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <inheritdoc />
|
|
|
/// Gets the pixel type information.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <returns>PixelTypeInfo</returns>
|
|
|
|
|
|
public static PixelTypeInfo GetPixelTypeInfo() => PixelTypeInfo.Create<NormalizedShort4>(4, PixelAlphaRepresentation.Unassociated); |
|
|
public static PixelTypeInfo GetPixelTypeInfo() => PixelTypeInfo.Create<NormalizedShort4>(4, PixelAlphaRepresentation.Unassociated); |
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
|