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

CreateWithOpacity() public method

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