kstanoev
10/30/2014 - 1:20 PM

ApplyCore

ApplyCore

protected override async Task<WriteableBitmap> ApplyCore(WriteableBitmap actualImage)
{
    return await NokiaRenderer.Render(actualImage, this.filters);
}