Pinta.ImageManipulation.PixelBlendOperations.DifferenceBlendOp.CreateWithOpacity C# (CSharp) Method

CreateWithOpacity() public method

public CreateWithOpacity ( int opacity ) : UserBlendOp
opacity int
return UserBlendOp
		public override UserBlendOp CreateWithOpacity (int opacity) { return new DifferenceBlendOpWithOpacity (opacity); }