|
|
|
@ -112,9 +112,6 @@ namespace ImageSharp |
|
|
|
this.packedValue = packed; |
|
|
|
} |
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
public BulkPixelOperations<Color> BulkOperations => new BulkPixelOperations<Color>(); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the red component.
|
|
|
|
/// </summary>
|
|
|
|
@ -248,6 +245,9 @@ namespace ImageSharp |
|
|
|
return ColorBuilder<Color>.FromHex(hex); |
|
|
|
} |
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
public BulkPixelOperations<Color> CreateBulkOperations() => new BulkPixelOperations<Color>(); |
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
|
[MethodImpl(MethodImplOptions.AggressiveInlining)] |
|
|
|
public void PackFromBytes(byte x, byte y, byte z, byte w) |
|
|
|
|