Pinta.ImageManipulation.PixelBlendOperations.NegationBlendOp.NegationBlendOpWithOpacity.NegationBlendOpWithOpacity C# (CSharp) Method

NegationBlendOpWithOpacity() public method

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