Pinta.ImageManipulation.PixelBlendOperations.ColorDodgeBlendOp.CreateWithOpacity C# (CSharp) 메소드

CreateWithOpacity() 공개 메소드

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