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

DifferenceBlendOpWithOpacity() public method

public DifferenceBlendOpWithOpacity ( int opacity ) : System
opacity int
return System
			public DifferenceBlendOpWithOpacity (int opacity) { if (this.opacity < 0 || this.opacity > 255) { throw new ArgumentOutOfRangeException (); } this.opacity = opacity; }
		}
DifferenceBlendOp.DifferenceBlendOpWithOpacity