|
@@ -31,8 +31,8 @@ namespace bbiwarg.DataSource
|
|
|
|
|
|
public Color getColor(int x, int y)
|
|
public Color getColor(int x, int y)
|
|
{
|
|
{
|
|
- return Color.FromArgb(data[4 * (y * width + x) + 3], data[4 * (y * width + x) + 0],
|
|
|
|
- data[4 * (y * width + x) + 1], data[4 * (y * width + x) + 2]);
|
|
|
|
|
|
+ return Color.FromArgb(data[4 * (y * width + x) + 3], data[4 * (y * width + x) + 2],
|
|
|
|
+ data[4 * (y * width + x) + 0], data[4 * (y * width + x) + 1]);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|