C# Class Pinta.ImageManipulation.PixelOp

Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation

Public Methods

Method Description
Apply ( ColorBgra src, ColorBgra dst, int length ) : void

Method Details

Apply() public abstract method

public abstract Apply ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
return void