mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 21:38:45 +00:00
Removed .net 6 only code
This commit is contained in:
parent
a1576994a7
commit
d91132fbea
@ -216,13 +216,8 @@ public sealed class Image<TColor> : IImage
|
||||
/// <inheritdoc />
|
||||
public int Length => _length;
|
||||
|
||||
#if NET7_0_OR_GREATER
|
||||
/// <inheritdoc />
|
||||
public int SizeInBytes => Length * TColor.ColorFormat.BytesPerPixel;
|
||||
#else
|
||||
/// <inheritdoc />
|
||||
public int SizeInBytes => Length * default(TColor).Net6ColorFormat.BytesPerPixel;
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
|
||||
@ -359,13 +354,8 @@ public sealed class Image<TColor> : IImage
|
||||
/// <inheritdoc />
|
||||
public int Length => _length;
|
||||
|
||||
#if NET7_0_OR_GREATER
|
||||
/// <inheritdoc />
|
||||
public int SizeInBytes => Length * TColor.ColorFormat.BytesPerPixel;
|
||||
#else
|
||||
/// <inheritdoc />
|
||||
public int SizeInBytes => Length * default(TColor).Net6ColorFormat.BytesPerPixel;
|
||||
#endif
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user