mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
test appveyor
This commit is contained in:
parent
c0f9acf74a
commit
9b68af4cd9
@ -25,7 +25,7 @@ namespace Nikse.SubtitleEdit.Core
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return "(" + Alpha + ", " + Red + ", " + Green + ", " + Blue + ")";
|
||||
return $"({Alpha}, {Red}, {Green}, {Blue})";
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,7 +35,7 @@ namespace Nikse.SubtitleEdit.Core
|
||||
private readonly Bitmap _workingBitmap;
|
||||
private int _width;
|
||||
private BitmapData _bitmapData;
|
||||
private Byte* _pBase = null;
|
||||
private byte* _pBase = null;
|
||||
|
||||
public FastBitmap(Bitmap inputBitmap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user