We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201fea3 commit 31b018bCopy full SHA for 31b018b
1 file changed
ConsoleApplication1/Program.cs
@@ -22,7 +22,7 @@ static void Main(string[] args)
22
Marshal.Copy(data.Scan0, buffer, 0, buffer.Length);
23
bitmap.UnlockBits(data);
24
25
- List<int> colors = new List<int>();
+ var colors = new List<int>();
26
27
// now pack every three bytes (3 because we have a 24 bit format (no alpha)) in an int
28
// this int will represent that color in a numeric format
0 commit comments