Added an overload to SKSwizzle
This commit is contained in:
Родитель
b04f9cabc9
Коммит
5c5c505e68
|
@ -13,6 +13,11 @@ namespace SkiaSharp
|
|||
{
|
||||
public static class SKSwizzle
|
||||
{
|
||||
public static void SwapRedBlue (IntPtr pixels, int count)
|
||||
{
|
||||
SwapRedBlue (pixels, pixels, count);
|
||||
}
|
||||
|
||||
public static void SwapRedBlue (IntPtr dest, IntPtr src, int count)
|
||||
{
|
||||
if (dest == IntPtr.Zero) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче