|
|
@ -31,7 +31,7 @@ namespace SixLabors.ImageSharp.Formats.Gif |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the size of the block.
|
|
|
/// Gets the size of the block.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public int BlockSize { get; } |
|
|
public byte BlockSize { get; } |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the packed disposalMethod and transparencyFlag value.
|
|
|
/// Gets the packed disposalMethod and transparencyFlag value.
|
|
|
|