Pinta.ImageManipulation.BinaryPixelOp.Apply C# (CSharp) Method

Apply() public abstract method

public abstract Apply ( ColorBgra lhs, ColorBgra rhs ) : ColorBgra
lhs ColorBgra
rhs ColorBgra
return ColorBgra
		public abstract ColorBgra Apply (ColorBgra lhs, ColorBgra rhs);

Same methods

BinaryPixelOp::Apply ( ColorBgra lhs, ColorBgra rhs, ColorBgra dst, int length ) : void
BinaryPixelOp::Apply ( ColorBgra src, ColorBgra dst, int length ) : void
BinaryPixelOp::Apply ( ISurface src, ISurface dst ) : void
BinaryPixelOp::Apply ( ISurface lhs, ISurface rhs, ISurface dst ) : void
BinaryPixelOp::Apply ( ISurface lhs, ISurface rhs, ISurface dst, Rectangle roi ) : void
BinaryPixelOp::Apply ( ISurface src, ISurface dst, Rectangle roi ) : void