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

CreateWithOpacity() public method

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